Memory Pool Memory Pool Refreshing

3,593 transactions
1.71 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,686 (404,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
502,813 502,813 0000000000000000008d057e7e574b411294fd2da227bff9c9b487b59c93c39d 1.06 MB 1,983 430
502,812 502,812 0000000000000000000bc002c2cd17d5eec9a150b0b3dff7f0a3f8e682e32489 1.11 MB 1,888 468
502,811 502,811 000000000000000000289b4c2d399cc89654658a8fc3f420a2294ced2ba84f3e 1.00 MB 1,681 353
502,810 502,810 0000000000000000004ee9436c87841535b27093a5701c747fc5cf59138bed8d 1.03 MB 1,787 341
502,809 502,809 00000000000000000050e51c05ea3b0e1585069618e4d588879deff37a3044a9 1.08 MB 2,080 448
502,808 502,808 000000000000000000570c33451a38c6170be0d75f91e6388fd47e777f0d859c 1.07 MB 2,182 564
502,807 502,807 00000000000000000054c92b62be6167a9e595ffd588ae217dae644281f03a3c 1.04 MB 1,419 366
502,806 502,806 0000000000000000007062c86edbd4c7aef4cd1f61bf92129a26ba4c4c1514ae 1.05 MB 1,939 284
502,805 502,805 00000000000000000038c9228dfcbad50d6aa67e9e16488d7466c1464bfda613 1.04 MB 1,761 347
502,804 502,804 00000000000000000082aef83b3d6e132ecbbf01e221297e7ffe3939c88b2fe6 1.02 MB 1,639 316
502,803 502,803 00000000000000000021d2d4b838670a1a970e69d7330827e10a704225a3cde2 0.00 MB 1 0
502,802 502,802 000000000000000000641734fba0bc8fce5bc866b5716d700a63647ab09aa4ba 1.17 MB 1,569 363
502,801 502,801 0000000000000000001eac7eb0b53f746d0fd35b85d8cd42117a033c4ea9bc9e 1.05 MB 1,992 334
502,800 502,800 00000000000000000006901c206a394464a799fe4290a758bd5c39ef73cea3e6 1.16 MB 2,516 461
502,799 502,799 000000000000000000799f4c7a7a0c4b537918dd58486de4ffabc3faf94d82bf 1.12 MB 2,292 484
502,798 502,798 000000000000000000576e2497f8c367d1cd783174733e6f19f159f9cd0fb833 1.06 MB 2,470 549
502,797 502,797 000000000000000000698dbd5bc025ff87d9d01f26147a0eccf09cfa40417440 1.11 MB 2,980 499
502,796 502,796 000000000000000000474899454d63868dfa7d93ee43fc8e72064229f337d984 1.06 MB 2,621 591
502,795 502,795 0000000000000000004da445ad8f7f0c2f373654abec2ee92c166b4ba24c3ccd 1.01 MB 895 349
502,794 502,794 00000000000000000022976395b3449b2e85e8bb10e2740d0a874946efe61857 1.06 MB 2,131 463
502,793 502,793 00000000000000000056b3324d8ecde44f089f45e4ddb62d0310a87a1fe49fab 1.07 MB 1,324 290
Previous 10 blocks ↓
Total Size: 768.96 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,614.84 GB sent, 92.59 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.