Memory Pool Memory Pool Refreshing

8,421 transactions
4.07 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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
907,806 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,357 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,805 (36,336 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
871,469 871,469 000000000000000000005eebac8ef1750510d1be573f35f9c9e3b80f87e806d2 1.66 MB 3,485 10
871,468 871,468 00000000000000000002b1825997972dd7efa8dcf4c95da3cca874015c123c37 1.55 MB 3,055 11
871,467 871,467 000000000000000000018691f62fe3ac6a882f959493c6860153156188337c58 1.62 MB 3,582 13
871,466 871,466 0000000000000000000259b2120b042193eee3090384ce60ba04f507389eb8cd 2.09 MB 928 9
871,465 871,465 000000000000000000014e853149c5d3cc5031b8d013eb96a665f7d7f957cbea 1.60 MB 3,573 16
871,464 871,464 000000000000000000027a1109f2763682e9fc11a600884fb3c38abfbf0b27e0 1.54 MB 3,755 13
871,463 871,463 000000000000000000023453918114b4e7807a5db6c8529f1d39d447e83289ce 1.56 MB 3,717 21
871,462 871,462 0000000000000000000167cdc574fb673e0e499d9ae79c7c13060953158567c9 1.52 MB 3,019 5
871,461 871,461 000000000000000000029c2d70fb233eac9a2e8de1eb5e5636bd19d4b6dc30ab 1.72 MB 1,341 5
871,460 871,460 0000000000000000000011935e7edb9ffeb5bf15786634e7c1e5fb2004645c69 1.96 MB 1,883 6
871,459 871,459 000000000000000000027b75567089ca2c95d45e723cac2fb53a0699b437a474 1.63 MB 3,555 20
871,458 871,458 00000000000000000000f8ee686deb34ddfd6d888279a7f0b42f623f938745ea 1.62 MB 3,074 7
871,457 871,457 00000000000000000000e7b7e55b630178d7e001e0ed5aace4cb18f26ef5a2d9 1.83 MB 2,574 9
871,456 871,456 0000000000000000000245d542fd3993de5d398110771da6d1e81a195d9ed2b9 1.54 MB 2,582 6
871,455 871,455 0000000000000000000118f1eaa087e3a044b3390d5acee8d9ee71b2e1df5e8a 1.65 MB 3,390 7
871,454 871,454 00000000000000000000be1c69ed2740b42da9fbae407b3c963523c2215aeb56 1.84 MB 5,041 3
871,453 871,453 000000000000000000014b43707a9ab1399671a21658900d42c3e89d637e3f15 1.59 MB 4,543 5
871,452 871,452 000000000000000000015c2062cbd6f3f33c2bafe5feb8ab2e6cfa11864fb8a6 1.51 MB 2,745 11
871,451 871,451 000000000000000000009ef6c7f86f4217fd825b920a1e9dfd2d5733b3ad12c1 1.78 MB 5,553 3
871,450 871,450 0000000000000000000285b20b229aa2f6ce975b6807637a3ed4a5d1464eada1 1.56 MB 5,134 6
871,449 871,449 0000000000000000000295f8f7380df19ff225e37cf0325a4461f658d6df3819 1.57 MB 4,453 5
Previous 10 blocks ↓
Total Size: 769.17 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,633.43 GB sent, 93.81 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.