Memory Pool Memory Pool Refreshing

59,668 transactions
26.53 vMB
Show Random Selection Loading Transactions
Max Size: 165/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
872,548 00000000000000000002c0700000000000000000000000000000000000000000 1.00 vMB 2,703 6
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 872,547 (448,452 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
424,095 424,095 000000000000000004a8ee88a23c08d0dbe50128f400267851042375356e0271 0.95 MB 1,225 48
424,094 424,094 000000000000000001730f32ee7b39746c9d844a548925f53fc6b6e431bdb23c 1.00 MB 1,207 41
424,093 424,093 0000000000000000018c0b1a9af13feba84da6118d41df21a4b1c79266640072 1.00 MB 2,448 57
424,092 424,092 000000000000000000db0020e7afa95370b385cc3112e422f869c61e33ced95b 1.00 MB 2,895 100
424,091 424,091 0000000000000000035e7c0fc4cad2291271fc76ea4650f4bc3a0fa2012efaa4 1.00 MB 1,796 67
424,090 424,090 0000000000000000018d34b0939b70c497bda003c488ef76cdb7bfdd37e33c3d 1.00 MB 761 26
424,089 424,089 0000000000000000028cab28f04742a2244c467449a35cab69a7ffe01a4e3188 1.00 MB 2,389 69
424,088 424,088 000000000000000000d2bc28ceccb19c62f2b120baf3f41ed6648f0e67714229 0.64 MB 1,123 44
424,087 424,087 000000000000000001d508c98187d428cb249468bd1a1e8ccc36cd1ebcb17bd2 0.87 MB 2,077 79
424,086 424,086 000000000000000003245f08e8e38667e4743fc809d8eea281c89bb37f96826d 1.00 MB 2,158 72
424,085 424,085 00000000000000000024d85d66737ddd54ad325c8579ab727ba167567351f07d 0.12 MB 247 68
424,084 424,084 0000000000000000054139b103b909f4d9c0459cd53e97b9b4e5e21d76498aa6 1.00 MB 1,255 46
424,083 424,083 000000000000000002ebb25016c30370c09717c5d5f946add831d4ab1769b6d9 1.00 MB 2,217 73
424,082 424,082 0000000000000000001ef06ac5d5cb54b21db45956f94b0e3b399eef8d71501d 0.91 MB 2,005 67
424,081 424,081 000000000000000003e07e99f5d065d9ec44e7cb84f2b408e0dea387f4c958f2 1.00 MB 685 33
424,080 424,080 0000000000000000056330c5b86251df6699fb67f30d88cb0db861e79683b8ee 1.00 MB 1,338 46
424,079 424,079 000000000000000001d0cbe7dc8d30cae272289755f2f8fb36a5ad7b85295dbc 1.00 MB 523 29
424,078 424,078 0000000000000000044af47decfce57c930366cd13a1cc9de48cd4417b8f97b2 1.00 MB 1,921 59
424,077 424,077 0000000000000000045923dc2342ce6e22c00471aa1aacbb0d315db63034e955 1.00 MB 1,773 41
424,076 424,076 000000000000000003d53ebaafc4bec92022984bc6e2e3e4dc97012dbee2a2e1 1.00 MB 3,076 94
424,075 424,075 00000000000000000487c4c197fde89322719730244ae6a3bf5a933f4b0ab63e 0.58 MB 308 30
Previous 10 blocks ↓
Total Size: 704.21 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 2,644.22 GB sent, 239.24 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

So it's pretty basic, but I think you can learn a lot about how Bitcoin works by browsing the raw data and seeing how it all connects together.

Data

The data on this explorer comes from the following sources:

  1. Bitcoin Core. This is used to get raw transaction and block data. This is retrieved via simple bitcoin-cli commands.
  2. SSDB. I'm using a custom database to store the address balances and spent locations of each output. Bitcoin Core does not store this information, so I'm using a custom script and database to store this extra information.

Privacy

This blockchain explorer does not track anything.

I do not collect IP addresses or keep track of requests. Nor do I use any third-party analytics or tracking software.

However, this blockchain explorer is not open-source, so you have to trust me on this one.

Bitcoin Core Explorer

If you want to explore blockchain data without having to trust anyone with your privacy, the simplest way to do this is to run your own Bitcoin Core node and run bitcoin-cli commands.

The two most useful commands are:

  • You will need to add txindex=1 to your bitcoin.conf configuration file to be able to query for all transactions.
  • Use bitcoin-cli help to a complete list of commands.
  • Use bitcoin-cli help <command name> to see detailed information about a command and all the available options.

Alternatively, you can also run your own self-hosted explorer such as mempool or btc-rpc-explorer.