Memory Pool Memory Pool Refreshing

828 transactions
0.18 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,549 00000000000000000002349e0000000000000000000000000000000000000000 0.18 vMB 814 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,548 (904,408 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
4,140 4,140 000000004edc3adfd6d3afe58427334b81c844f54a54e78f034d417c2290233d 0.00 MB 1 0
4,139 4,139 000000005279a4a3e26637d5fc36a404667b0410844eddd9db19c7145ddd03f4 0.00 MB 1 0
4,138 4,138 0000000081a53e8972a09bc6724ee2686f6998261ad51f902f75adf941b442fe 0.00 MB 1 0
4,137 4,137 00000000097559226f21bad95c5376d61ffab63da57945e9d42292100a4dffbe 0.00 MB 1 0
4,136 4,136 0000000063ea2e3ce28c3b9e502491af8da703ae41980c39b6be0ee383239179 0.00 MB 1 0
4,135 4,135 00000000e509664c7f625d7e7d67ac8d10a15997198753aef1b42d918590cc7a 0.00 MB 1 0
4,134 4,134 00000000d79d0dddda3752ba98951f58bee4340b20ab51bd903cda75849f34ca 0.00 MB 1 0
4,133 4,133 0000000084baae7baafe67ce82785de8ef378ead4d9c9e911d8fba78d56c68b3 0.00 MB 1 0
4,132 4,132 0000000000586980359c4c669ce5247c4d084a03923f48f7f964857d4aba21b7 0.00 MB 1 0
4,131 4,131 000000009eca8facdc4a10396808034cd74acb4b25d5591105458a0cedf571be 0.00 MB 1 0
4,130 4,130 0000000052c1dca64bc91a02e78255cfb35914c44010aa187048a5ac0974d835 0.00 MB 1 0
4,129 4,129 00000000c3911d69c4b808ec8f076a6abcbdaf84e6493be2793e7a1f1a626693 0.00 MB 1 0
4,128 4,128 00000000e77d7cf7348d3f5b59b4c6c3663c475bb9f3a6ef9e462761748b771e 0.00 MB 1 0
4,127 4,127 000000005a25b22d31fae1ca8a6020f03be36dfac891ecaabfe43bff3a722d5f 0.00 MB 1 0
4,126 4,126 000000004d29b16cd6084caf40a468236ab8242d8c2f6a18fa707748fb141be2 0.00 MB 1 0
4,125 4,125 0000000051b92bbf9193b501e765c517f224312038fd79a84fa73ab99b60faec 0.00 MB 1 0
4,124 4,124 00000000ba4aea45f66f61f79d87a62349ac6fd7173b6240ac77454a04686c41 0.00 MB 1 0
4,123 4,123 000000008c87cf1558d619a075b4f8698e1b5db914c521e7f036be311f3f2474 0.00 MB 1 0
4,122 4,122 00000000d27985b6bca193129476bc043f99b11f5d5acadd80228ad880d91a01 0.00 MB 1 0
4,121 4,121 0000000049acd57a59922799c70f065f19f565674a25bb9c2298d47697f28839 0.00 MB 1 0
4,120 4,120 000000004c3dd11208e16ad40df372a990621c7b6474a126acab4c7f3439b16e 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.71 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,843.50 GB sent, 100.53 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.