Memory Pool Memory Pool Refreshing

5,774 transactions
3.13 vMB
Show Random Selection Loading Transactions
Max Size: 13/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 sats/vbyte 3
1 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
907,802 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,678 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,801 (769,764 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
138,037 138,037 000000000000085f5c80fd69018a098db468baa5bd7f99ac511c7106459431b3 0.05 MB 74 224
138,036 138,036 00000000000007dcc671b7736ca7b8018034cf77f21d6db02096125cba722c43 0.06 MB 148 182
138,035 138,035 00000000000000740c77bbd6e389c11d54111a488563fd45056e66d987b5977b 0.01 MB 23 230
138,034 138,034 000000000000027c74843a476f424511d967b1bf8a5e9563d637d698988b6fa1 0.01 MB 27 249
138,033 138,033 00000000000003e8d0a8c34ec26f6f3c768f933f18d5277dfc596f2a4946852a 0.01 MB 13 583
138,032 138,032 0000000000000973cf48b933e4b7accadf99e382fc48122bbb95e210c597e9ee 0.03 MB 113 25
138,031 138,031 0000000000000617e027946ed964c84bfda5e122c0605c15bfc407f3928b49f1 0.01 MB 21 178
138,030 138,030 00000000000001bc2fd7c423dcebf05e4e003b9192c204eba0f4f08548b7676d 0.02 MB 31 65
138,029 138,029 00000000000008eadf768b3faaf9fb1e2d93825189a428f04d7c7e4f3224cd31 0.05 MB 126 10
138,028 138,028 000000000000070d7fa03fa07036974c0f97e2b6b5566fe3592e96e610ffda16 0.05 MB 84 91
138,027 138,027 00000000000008865b70dd3606010bd970e63244f29fed2c2e0a467a08ca0955 0.04 MB 16 133
138,026 138,026 000000000000041bcc8f2cdb750d5a6d3879bf095acdb778d91445d6db2fb959 0.06 MB 112 257
138,025 138,025 00000000000005ee8a23afb0ac362888fe134e79207bcd2598b2cf70e7a663ec 0.01 MB 18 152
138,024 138,024 00000000000000c90d98441067c0f84beeb7c22e9065c478a0240c7616f90202 0.02 MB 33 104
138,023 138,023 00000000000003ab9f1c7c1c157edf6996d101ec95f889fb197b0eb345fd223a 0.01 MB 9 208
138,022 138,022 00000000000007f251a00e0a2ea1471c9d664177dc680764bfc9b6bfdeeb8e70 0.00 MB 6 0
138,021 138,021 00000000000007e24d3ecc0fdb2317a1cf25a3ac892a487839ab5c15098f4d0d 0.03 MB 80 292
138,020 138,020 00000000000004b9883fcaa34d2ebe2451e348f38a3708f85c726f5ec785637a 0.01 MB 23 504
138,019 138,019 0000000000000632325304bf5cf251c7f75aa4730c506660489d1582daaa2fb9 0.05 MB 106 207
138,018 138,018 00000000000003823034101fa13b677bfbf6e0800bb392be5212143d102bc760 0.02 MB 33 151
138,017 138,017 000000000000042ef720d29befd77c8c696b2f9924ac4a7a134a06ac280e9f10 0.01 MB 29 249
Previous 10 blocks ↓
Total Size: 769.17 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,632.87 GB sent, 93.74 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.