Memory Pool Memory Pool Refreshing

3,536 transactions
1.33 vMB
Show Random Selection Loading Transactions
Max Size: 7/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
908,674 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,255 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,673 (852,904 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
55,769 55,769 0000000002214a25d935a6519f91f26a2803e3dcf787d7fd427e147444cef76d 0.00 MB 1 0
55,768 55,768 0000000000c8a1517adfef106e87fbaefd6e99d244cea13084270b2111e0bb2f 0.00 MB 1 0
55,767 55,767 00000000056028b5579d1b37aa9ffbc08e18546736f499fc920a6f049951ed2a 0.00 MB 1 0
55,766 55,766 0000000013296aae8d8a642e1f0ccaf9fef25ef368fbce067af430d0f489bcc6 0.00 MB 1 0
55,765 55,765 00000000095b04142bceb9f4977b618866ed3cba3cc934cd055c68f4eaa0fc2a 0.00 MB 1 0
55,764 55,764 00000000126401486da3c94b83bb757847135bc0a61fc2a46e577e8738a66a80 0.00 MB 1 0
55,763 55,763 0000000006e3af0c52cb684fad18e789aa1e37dc9f9d2598e4d567fab957276a 0.00 MB 1 0
55,762 55,762 00000000112b5e6bfb91197912370c52a0dc5fe66bd67a2189710d4c67753ecf 0.00 MB 2 0
55,761 55,761 000000000bf2ac662bf233496c26e824cf6036af09470d34ba5f52d5b65bf0d8 0.00 MB 1 0
55,760 55,760 00000000117b7fdacb3666c70529f1464c87d44f766a184a11664376f8e05443 0.00 MB 1 0
55,759 55,759 000000000490bca425e54c83c25eb65cc969d79e7c82b979a27bc72ce5e67140 0.00 MB 1 0
55,758 55,758 00000000017eb0b65d1adeb1c6ef1ae5512c8344621d676ce9212a74ead21e9e 0.00 MB 1 0
55,757 55,757 000000000916b033717546db90571f0685772e9f6fb72550f24e489073b2a9b6 0.00 MB 1 0
55,756 55,756 0000000008c2d9df728971ebd1930245880e5fa357fa97eeef152890c1b7e6ba 0.00 MB 1 0
55,755 55,755 000000001353fa3567332120c0757af3787d7d1f7b32163fbb5b67442fa6e614 0.00 MB 1 0
55,754 55,754 000000000de753388d4fe06ff2b53fd4f73c4b4c138d2d8ddb1e1f618c9ec78f 0.00 MB 1 0
55,753 55,753 000000000616a19ac573fc91b8536493f60eb49642743abd67c57bd2db1739ec 0.00 MB 1 0
55,752 55,752 0000000004488b798df0b2e9dbe1a961380aef6fbfd0bf438a53a0c7a951ff2c 0.00 MB 1 0
55,751 55,751 000000000c15522af390b9a9a2004db1c1f2bf47a24ee8848c816ac99a5f7a05 0.00 MB 1 0
55,750 55,750 0000000009a84874757bbd773d7076dae59088e49f6a763d68bb634ab91c4b08 0.00 MB 1 0
55,749 55,749 000000000008979d32bda055c712f1e7e47ea3637c88008372d626288cce578d 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.95 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,853.52 GB sent, 101.70 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.