Memory Pool Memory Pool Refreshing

10,546 transactions
3.85 vMB
Show Random Selection Loading Transactions
Max Size: 22/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,731 (108,464 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
799,267 799,267 0000000000000000000328964349a0d7ebbbadb6019da445613e42d678debb74 1.43 MB 2,859 9
799,266 799,266 000000000000000000027cb45af23bef32fd0c3bfe783a3a89e148d559eca4c1 1.50 MB 1,629 6
799,265 799,265 00000000000000000001583e03f63d7db52f3a0e3d030c7012de8411305cbfe5 1.56 MB 2,041 12
799,264 799,264 000000000000000000037ef0746b5a8cdd13d542d3bca47e5a6126c5b7a1e6b7 1.61 MB 2,341 14
799,263 799,263 000000000000000000024fe9c27eae2efc712be52f6e561f0b6f0d126071a731 1.73 MB 997 12
799,262 799,262 00000000000000000003bc1e8f6beb8e74d3ee8ccd2a608269969130b4ac2301 1.47 MB 2,694 22
799,261 799,261 00000000000000000000daef6cd180e2b266dcb1607f2e55ef3d11c391c43be5 1.60 MB 3,571 15
799,260 799,260 0000000000000000000048b73825817f1d0323db2ea70479d6bd40f1def6b6d9 1.63 MB 1,692 8
799,259 799,259 0000000000000000000102a97306139d4a0ac8becd603e3be14bed73a7010c64 1.71 MB 2,137 11
799,258 799,258 000000000000000000021cc0b41edafe24299dcac1cdf6e8f84f59baeff9b7d8 1.95 MB 2,691 12
799,257 799,257 00000000000000000004adf7e6f70975fadc121269c5086d682476da595807b3 1.70 MB 3,097 18
799,256 799,256 00000000000000000002e4f0d4d678f891c6252e495be087bafc2ceb9ad8742d 1.51 MB 3,525 15
799,255 799,255 000000000000000000017bdf0b6459b232db757825288fe586d98f3f25f97093 1.48 MB 2,764 16
799,254 799,254 000000000000000000008bfd88e1f2855776eb4e13d557a0a5780938f3d0473a 1.48 MB 3,438 24
799,253 799,253 0000000000000000000242130988b511d8fea842253278cf27e5375d6bb9bf08 1.42 MB 2,753 18
799,252 799,252 0000000000000000000225bd836a01a4fbdd05d5578453234260e75c403fa5f2 1.32 MB 3,066 33
799,251 799,251 000000000000000000014f3145f59303eb47daef88c43dfd3994523217ddaa1c 1.66 MB 3,217 6
799,250 799,250 0000000000000000000184d6dfacb33f2a033a25ab1b42d23d53fccab2150568 1.85 MB 2,641 8
799,249 799,249 00000000000000000003d7978e6a329697698634bb5734be713f0e2ac600f90f 1.59 MB 3,254 18
799,248 799,248 00000000000000000002c7803c6687bafcc5c17cab01c4bc543ae72cf7b596e5 1.53 MB 2,070 9
799,247 799,247 0000000000000000000066a552a99f4e22e34ebd116b30bb3694c7bc6668a370 1.56 MB 3,491 14
Previous 10 blocks ↓
Total Size: 769.04 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,626.98 GB sent, 93.10 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.