Memory Pool Memory Pool Refreshing

4,982 transactions
1.60 vMB
Show Random Selection Loading Transactions
Max Size: 10/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,846 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,841 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,845 (70,375 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
837,470 837,470 00000000000000000000d0a9e6d702c9a54e468be680a0fc95714789249e11bf 1.75 MB 2,721 14
837,469 837,469 0000000000000000000179b0bd2511b5db4c5f0b164d646de35a36ec09a782a2 1.75 MB 2,750 17
837,468 837,468 00000000000000000000d32e8f5ea20427a05a4b9bd9509c39699511c16993ed 1.01 MB 138 7
837,467 837,467 000000000000000000011b03fa0f51279f9c2fcbf9ab117017081c63e5092daf 1.88 MB 3,474 9
837,466 837,466 00000000000000000002bb2c060ccea17c11b2332141bbc9230ae108910a411d 1.62 MB 2,479 14
837,465 837,465 00000000000000000002d8c0bf0468f98c8ea9aad8ed345feba7863448c1af87 1.56 MB 2,542 12
837,464 837,464 000000000000000000025fb52dfecca56cce435fd46158a3f5b99a4e4f70a94d 1.79 MB 2,734 12
837,463 837,463 000000000000000000029e5540f4f56dd507c60f19e55e07925c13dea56b0094 1.56 MB 3,018 22
837,462 837,462 0000000000000000000124df8d79322952014ec2d67eec04b79f150f44902371 1.92 MB 1,054 6
837,461 837,461 000000000000000000033f2185d88e436d87c78463e91dc91ed80555a05b52fa 1.61 MB 2,656 13
837,460 837,460 000000000000000000032f532897989f9b2dd92311c71e90334cda5d6d0288bd 1.90 MB 3,038 11
837,459 837,459 00000000000000000000a767783e58288d5f33a30b04d019e5d23d7bf7bc1b5c 2.28 MB 2,849 10
837,458 837,458 0000000000000000000193e122c8e9a80d17ed3c2226d160f70dd67db4aa70bf 2.08 MB 954 8
837,457 837,457 00000000000000000002a1d68504d15c4811d59e3f2772de60a424f5872a2322 1.64 MB 2,539 16
837,456 837,456 00000000000000000002f2617a65e1a8f77c2219104edefef9efd353ee3be65a 1.69 MB 3,026 18
837,455 837,455 0000000000000000000189ed0f4b553cec4b4acf8e3dfce9c34b8b79b6194763 1.49 MB 1,089 10
837,454 837,454 000000000000000000012a709cb08e4c41aa4120c29d2af99e010931d903f727 1.72 MB 2,267 15
837,453 837,453 00000000000000000000e49733d56957806853dd95cbf26d2fb0c721e4f4259d 1.63 MB 3,175 21
837,452 837,452 000000000000000000031684c3834d9d1912e6917a665294be2a944ed10b5c6c 1.98 MB 2,675 9
837,451 837,451 000000000000000000014a9c0b2965d81968fb2ff66de4516ca29a0c00608803 1.61 MB 3,345 18
837,450 837,450 00000000000000000000f3ffc8a768b7d6b3511c02977edb0345d6d59c149131 2.04 MB 1,345 8
Previous 10 blocks ↓
Total Size: 769.25 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,635.16 GB sent, 94.18 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.