Memory Pool Memory Pool Refreshing

5,096 transactions (1.87 vMB)
  • 1 sats/vbyte = (4 blocks)
  • 2 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,132 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,477 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,131 (853,413 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,718 55,718 00000000012f740446a70d1d6cec7f4741e6e61130560c6c287dde699d64c21f 0.00 MB 1 0
55,717 55,717 000000000d9f65a4bd8e0d96cdb2169ce76693a151c553e147f441a336127155 0.00 MB 1 0
55,716 55,716 000000000f71a3d04ef246ef6ac16afc21e86c70c826463017c67345b0906d62 0.00 MB 1 0
55,715 55,715 000000000f86d0c922b8cb7a9f0c1f1bf57c402a6d338579b1ed4c584a3872e0 0.00 MB 1 0
55,714 55,714 000000000e78266bf72e32c216c7740b49f6345ddded5e733f97a7d727ca0310 0.00 MB 1 0
55,713 55,713 0000000010c96e9765928a614bccd27d0485690fafa796ef1d7144b163eda15d 0.00 MB 1 0
55,712 55,712 0000000004be599cc80adfcdefaf41b6c44348a11a504e41516864cd6805c8bc 0.00 MB 1 0
55,711 55,711 000000000113f6752bbfe1502eb9de91f543042e92ad17b92649e6af167d0cbd 0.00 MB 3 0
55,710 55,710 000000000bece902f46a2380139184734dd22c16a8846337b317c98d87f37693 0.00 MB 1 0
55,709 55,709 0000000000f3695f808ce93c25932bb2b579658c9bc8da2181e583d0720e096e 0.00 MB 2 0
55,708 55,708 0000000009f9ebf0e77ba6d02e780b38273aaa3249d7dca36de9bbc2226b3942 0.00 MB 2 0
55,707 55,707 0000000005c41dfc96d791e5f375721e61d52c0d4c34600e40791ed84bd3a71f 0.00 MB 1 0
55,706 55,706 00000000100a0552891cc4460f9fc0ef5476d3d2a2e40d55087a5a7399f5e0f9 0.00 MB 1 0
55,705 55,705 000000000b977c8849b55111f7514747f943f4bea79f942b2a7de6bfb0665cdf 0.00 MB 1 0
55,704 55,704 000000000f287aa14054b48b894979f537d91f3e3e167bdf55b1106f8d621993 0.00 MB 1 0
55,703 55,703 0000000013475e64aa974fdad4296313b44caca3abd34c47b88b11194784dc0d 0.00 MB 1 0
55,702 55,702 00000000076af3326923b954b952fbb06b033fc5729a86f107814035979284e2 0.00 MB 1 0
55,701 55,701 0000000000b1135d491d42538c10e9e855e2e6cb4604226b400fef19ab4fc3ee 0.00 MB 1 0
55,700 55,700 000000000288f3a9dfbcbc0f3e4d5e8272c889fc43d00d123ed7a2cc5847f15c 0.00 MB 1 0
55,699 55,699 000000000f88bf7a2840327bb2068ad088331d96b10110c852f44d893beb03ef 0.00 MB 2 0
55,698 55,698 0000000013ea0c95d8aefbd8ad1533c72a1f5173ee09145f43f4fba2ff483b5e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.79 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,949.69 GB sent, 106.54 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.