Memory Pool Memory Pool Refreshing

6,820 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 20/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,728 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,291 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,727 (57,312 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
850,415 850,415 000000000000000000010edc19e3847797383e83b41316307b9b8fd93207512b 1.68 MB 3,080 12
850,414 850,414 00000000000000000002ccd9f01601ce3ea78d46a77afdddee26ef3ded5c58fd 1.96 MB 1,392 6
850,413 850,413 0000000000000000000114f03329a1222316ab1bad86a21a9d0970c8477c6433 1.66 MB 7,311 6
850,412 850,412 000000000000000000017d004368ffe144dbe4b362fcf75fdebef1187e401b09 1.53 MB 5,639 8
850,411 850,411 00000000000000000001e1df6544af1ca78cb0694f6f1b93693b2273b5052761 1.58 MB 4,099 11
850,410 850,410 00000000000000000002e9f7c603710e5a05d1449bbde0e4ac36f7247dfe770d 1.61 MB 4,931 9
850,409 850,409 000000000000000000020d7e31642d33dd5b9e3ab09d6e7a8865255e4990f525 1.50 MB 3,778 8
850,408 850,408 000000000000000000007d9d764ee0c8f78767a06d33d92bdec0b370916dd368 1.44 MB 2,364 13
850,407 850,407 000000000000000000015742565f0b48b066eb44e8c7595196af9d86d71c652c 1.59 MB 2,990 15
850,406 850,406 000000000000000000029a0c16aab43d1409b8a9ab8115f774f08f19f1b1f572 1.65 MB 3,355 15
850,405 850,405 000000000000000000017955a796b1a44a94eab596b5e8ca3184a85ab1320fee 1.75 MB 1,887 9
850,404 850,404 00000000000000000000a1d40942fdf5ed2478cb681513460e60860d4787e11e 1.70 MB 5,139 12
850,403 850,403 0000000000000000000159c9713233985282fd98a4230e96794701a62aa34953 1.66 MB 3,615 12
850,402 850,402 00000000000000000002df5f0dbcac7935c1e13bc5bb0515e232a3762e02e1d0 1.64 MB 3,359 14
850,401 850,401 0000000000000000000344c268afd751bd0e0da1f4f26067f37ab94f16663d26 1.66 MB 3,573 9
850,400 850,400 000000000000000000034f92a1cc673b035a0ac6e30adca1104beb075a255f66 1.86 MB 3,775 9
850,399 850,399 00000000000000000000f2b193395f0b74d023742c569bfc4254e8d378eb20cb 1.76 MB 3,184 12
850,398 850,398 00000000000000000001a2cd97d03ff12af83d61e7a32e6f1561a0e2c3fa9f70 1.54 MB 2,809 15
850,397 850,397 000000000000000000010bbae9f196a7f95042f48461b17ba48c94af26cec5ba 1.51 MB 2,816 11
850,396 850,396 00000000000000000001970172fcbbba806c085d20cb196c30cccbefdd274694 1.46 MB 5,301 9
850,395 850,395 00000000000000000002112ce56f777107faaf903656e26183238868fe92d024 1.55 MB 5,856 9
Previous 10 blocks ↓
Total Size: 769.03 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,625.93 GB sent, 93.05 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.