Memory Pool Memory Pool Refreshing

22,331 transactions
29.11 vMB
Show Random Selection Loading Transactions
Max Size: 171/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,235 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,284 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,234 (405,394 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
456,840 456,840 000000000000000002271ab6748ca4e68ebcef4b916cf54fb2dd7e2304154238 1.00 MB 339 28
456,839 456,839 000000000000000001503a94a4919349a2ac680ee8f8a92494b37748221c8656 1.00 MB 878 49
456,838 456,838 0000000000000000019c94bec53ef82ba9aa39c33027b96e4e7fa5b23d8c1cd6 1.00 MB 954 64
456,837 456,837 000000000000000001cc71860590155ef513e8124ad8395cdfaec2177d23dcd4 1.00 MB 713 48
456,836 456,836 000000000000000002492ae921d068149711067b7f8631ddf86c7bfd34fc6a09 0.00 MB 1 0
456,835 456,835 000000000000000001ae695c9b5c6b64cf0b0bc2c1d2764e3b8a78e87e7afd92 1.00 MB 845 44
456,834 456,834 000000000000000001792170463acb817e604a0ed137b4550057cb04eadbe470 1.00 MB 2,110 136
456,833 456,833 000000000000000001b4d86155ca043281293853cd4f1a59048f2bb847837c7c 1.00 MB 1,825 181
456,832 456,832 000000000000000000fe44475acd59d565db04dd845e67ca3ea90e417b329863 1.00 MB 2,214 183
456,831 456,831 000000000000000001eb34a2baa5b1f9c0160fa9870ea531f72910071cc277af 1.00 MB 1,443 136
456,830 456,830 000000000000000001c596f0d64eab76c85513500019cf0ef1b1eb8b90e0e4b6 1.00 MB 387 22
456,829 456,829 00000000000000000096c79bde0be662f502a9db087b768cffb1258ebe3f8c0f 1.00 MB 516 44
456,828 456,828 00000000000000000156701287d217e9cc384eaa7f7fe6603cfc99b5360b588a 1.00 MB 1,749 163
456,827 456,827 000000000000000000691541d87432ed5a26529896de89733e2ddfc05dfb3f64 0.99 MB 1,270 74
456,826 456,826 0000000000000000023cd09410a327f91f8864cd101988800b7884cd1f7ec492 0.99 MB 2,596 127
456,825 456,825 000000000000000001e3ea156ebcf719ad7ef2c3e7b78531d41a8657a5ac8982 1.00 MB 1,663 120
456,824 456,824 0000000000000000002951aacee1406dbb1b113d8a36e0b5e5f0b024651afd73 1.00 MB 2,332 198
456,823 456,823 000000000000000001e1a0d70f6299e46dfb973c3f92c2c185342264151f7fd2 1.00 MB 2,220 176
456,822 456,822 000000000000000000dd4ffe24caf9600d556cd7391755ab561377706833f4d3 1.00 MB 1,421 198
456,821 456,821 000000000000000001aa3059a508282e7dff436aa078a5c0b7951b44632a4ff1 1.00 MB 2,365 239
456,820 456,820 0000000000000000000b30a5fd638c6e0ea3e16bd6ca448e6a63f62de1917494 1.00 MB 527 17
Previous 10 blocks ↓
Total Size: 684.61 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,357.87 GB sent, 102.28 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.