Memory Pool Memory Pool Refreshing

47,165 transactions
22.01 vMB
Show Random Selection Loading Transactions
Max Size: 144/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,038 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 4,887 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,037 (38,918 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
823,119 823,119 000000000000000000015466b85c55bf354ef160a7df9aca5e389b914e00b575 1.83 MB 4,795 108
823,118 823,118 000000000000000000002d6b2f8d9323d6a639b962c64b99d7a3a94a0273edc9 1.71 MB 4,262 106
823,117 823,117 00000000000000000001cc1bcd9ea0e9a2785618556a6f196ca9869f3cffdd00 1.86 MB 4,346 74
823,116 823,116 00000000000000000001c7461ea7534ff99abc4e7781c7057c808b021d91a2a9 1.75 MB 4,344 96
823,115 823,115 000000000000000000035f4ffc2c3b3026d314b6984b35edf02c3027faf9ddb2 1.92 MB 4,614 94
823,114 823,114 0000000000000000000359cff7f4ff2a1c9971efb7c6cc9d94774534793efad7 1.99 MB 4,241 88
823,113 823,113 00000000000000000002f52a6f179307dd112af45a2fe225374acbb5ef5aea9a 1.73 MB 4,359 105
823,112 823,112 0000000000000000000387ec48578bdc593af443fd725a548539216fdc8b7220 1.81 MB 4,776 103
823,111 823,111 000000000000000000023cb7a27a2a87fae7d6a8599c691469ef7a0b2ec87fc1 1.70 MB 4,419 101
823,110 823,110 000000000000000000037e155dd217c1d173306963617f1ad1d6c4b223fcffa4 1.67 MB 3,505 138
823,109 823,109 00000000000000000002c990f731533860b42ee9cb00e3b3635db1b0c3cb978a 1.83 MB 4,228 77
823,108 823,108 00000000000000000002d64220f2e285da28ea330824d0501347ecfb1985e5f6 1.84 MB 4,100 91
823,107 823,107 000000000000000000035b27e550eadc7c21384c8026ef4a2ad6e1f79185234b 1.71 MB 4,711 95
823,106 823,106 00000000000000000000b4deee8afe9f141b8f849670da62e1b1a58779840254 1.69 MB 3,712 103
823,105 823,105 00000000000000000002fc45b0e84601c06362a9d62ecb360b48a1c781f7a27b 1.64 MB 3,653 109
823,104 823,104 00000000000000000000363bfd68c3c0eca5ed539c3003478b0ea93707637004 1.65 MB 2,162 103
823,103 823,103 000000000000000000021ef44056c5f3457e8287a760089b35f79bd9b6447d5a 1.47 MB 2,827 110
823,102 823,102 000000000000000000011ef8fa109fa15eabe3a72c54977d4fb4c21367a4e902 1.61 MB 4,023 103
823,101 823,101 00000000000000000001bb5d22d1c11fec45108ddeb811697e280324df5899c7 1.65 MB 3,848 134
823,100 823,100 00000000000000000002b36b3aafb5421326008f013960cdd17e3023bf257078 1.56 MB 3,111 169
823,099 823,099 00000000000000000000f18a25f443c0fb3c95f77b8795eda7e6f996b91d70d5 1.54 MB 3,692 89
Previous 10 blocks ↓
Total Size: 684.23 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,330.43 GB sent, 99.89 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.