Memory Pool Memory Pool Refreshing

7,838 transactions
3.42 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
2 sats/vbyte 6
2 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,668 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,665 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,667 (802,046 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
105,621 105,621 00000000000061fc0d1f7ba48a11cbe7f6fa3e99a1883656f34b7b24c7e9d736 0.00 MB 6 0
105,620 105,620 000000000001b1a987ab84b9a3b3f2f6032bbb3d770c9d590b6098941417b45b 0.00 MB 3 0
105,619 105,619 0000000000007c4d1624c23459cef1f4fe01c9b6e213f80920fe5447de623bca 0.00 MB 1 0
105,618 105,618 000000000002669878a581a0c706584f1e57938ac2c03c3b1788900a80f54b51 0.00 MB 1 0
105,617 105,617 00000000000246fa42979773ed9af2a1a5c122a49d761e3ddec15838269980f8 0.00 MB 3 0
105,616 105,616 000000000002cbcd4f264f0a30c1881687a69aa4a619563de0ff6b313cb541d8 0.00 MB 1 0
105,615 105,615 000000000002dae19e3f2e79a8e63e148444a1aff591a9f7085c14452ca888e2 0.00 MB 2 0
105,614 105,614 00000000000097137da86ebf306d9ff47b45fbf529fc9bbb74e5b852630e29eb 0.00 MB 4 0
105,613 105,613 000000000001d5ff3256a9d685bb30b1c70185c07b0f18ecd25e0bd0c393bca4 0.00 MB 3 0
105,612 105,612 0000000000028b54d99ad657fc8cc3715968464088b7706192f9a6989fa3c971 0.00 MB 2 0
105,611 105,611 0000000000008b249522e042f5204ccc4465cebcf46b417b54a15e09a577b318 0.00 MB 8 0
105,610 105,610 0000000000025c767300d47c8416dd71fee61b112700544a9c5b88b842f34a94 0.00 MB 2 0
105,609 105,609 00000000000198568214de81ce15dd0b8efe1c25396d44f8f8d9ff0dbf0fea1e 0.00 MB 1 0
105,608 105,608 000000000002e8be4d9ae3cbe6b363a9b4f3f65e8efc0a521e5588c08906e5f7 0.00 MB 2 0
105,607 105,607 0000000000026e9228543c2dd7417947ccb55b9a618842201c76ce4fc156ee4d 0.00 MB 2 0
105,606 105,606 00000000000297ce72c0f5e101dbc6f53f49b3eb694240021b369bb503a55afb 0.00 MB 2 0
105,605 105,605 000000000002bd28a33109f409cea1622cfccb0ddbd0482918c8dcc71422c68b 0.00 MB 1 0
105,604 105,604 000000000000fc978a87b6f02fafda939d535e34bf281a505406cb47cc9e74ee 0.00 MB 4 0
105,603 105,603 000000000000a01f44311c800d2472c40be6703a2bf2c58daf968c3f6b7b1cfe 0.00 MB 6 0
105,602 105,602 0000000000008c2e47e6c79b8e5be15fc1be9713d2a1084d3eef61663b7ee393 0.00 MB 1 0
105,601 105,601 0000000000006f88c4e8f766cf5ecddaf40caa9d9e18fd898d1a9a82e2520273 0.00 MB 4 1,031
Previous 10 blocks ↓
Total Size: 768.92 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,603.87 GB sent, 92.40 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.