Memory Pool Memory Pool Refreshing

699 transactions
0.21 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,791 00000000000000000002349e0000000000000000000000000000000000000000 0.21 vMB 699 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,790 (469,088 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
438,702 438,702 0000000000000000044fc42108148c5d7aafb9f69cb0da857f22e2ef78534998 0.94 MB 1,038 31
438,701 438,701 000000000000000002f553145bde8d465f78fc6569b0714380256d86daa5bf86 1.00 MB 2,142 66
438,700 438,700 0000000000000000036a103baa7c036a4576cc3da2b093185d682565e81c452c 0.75 MB 1,400 49
438,699 438,699 0000000000000000002ab6ca95bc938a0810f3c4c4396b15828b07654b3366c2 1.00 MB 2,625 66
438,698 438,698 000000000000000002078feff68840cd93fc0b9d87fb494bca8a24ef0d8a08e1 0.75 MB 1,803 59
438,697 438,697 000000000000000002541b0dc3ead49a3924dbdec40c9fb7b70f4180b1a7162c 0.99 MB 2,457 103
438,696 438,696 00000000000000000206a509ddac2085f862bc8940877bc0f194dc49b6dd6b2a 1.00 MB 1,025 27
438,695 438,695 000000000000000002e9a8421cf9519a9455d73f7f54a2042629845d7ebaecaf 1.00 MB 2,087 48
438,694 438,694 00000000000000000225a17fbd66bc1d09d7ef3f619fe34c6b553cf6e57dd33a 1.00 MB 2,776 83
438,693 438,693 0000000000000000044f1cc9d426177ea5f7eecc3093c5274197ddf07dae7d8e 0.14 MB 296 66
438,692 438,692 00000000000000000066b1b65b2aecc594f9ce1b992a544cddd616067a88007c 0.10 MB 182 50
438,691 438,691 000000000000000003db4c1319b0677eca289cfed1e19efd26ec77b747bfd3d6 0.05 MB 70 58
438,690 438,690 000000000000000003d2a886335d8dca16426662629fa0c8209d88f143c5687b 0.22 MB 464 62
438,689 438,689 0000000000000000017567639bd7f8cf1fb2d436f1d595f12d00b6175e385036 0.55 MB 1,100 63
438,688 438,688 000000000000000003a3c4f0bfcec3b61ca411d37755fa1e5cace65b11667075 0.39 MB 406 29
438,687 438,687 000000000000000003bc3522e18d46f54b80e47b489e1304382fc847a7be7ce0 0.42 MB 767 50
438,686 438,686 0000000000000000044c390bb1dbe76fe67ca8ee36846acaf95a832a5231c754 0.14 MB 391 69
438,685 438,685 000000000000000002f11dcf138d2beb4b59b98cdedb313eea46b6f0cf17275f 0.85 MB 1,977 63
438,684 438,684 000000000000000003ef7ed438978ae7ef28c8fc699f1a11760fc7707dfca023 0.17 MB 338 53
438,683 438,683 000000000000000002bd8bdbcaef29aa8772b4c91ca941013abb4f74bc19bbc0 0.11 MB 67 14
438,682 438,682 0000000000000000028c54e07a4c7f1e37bfdef5a8870c44a3442ef696dbca8a 0.08 MB 137 57
Previous 10 blocks ↓
Total Size: 769.15 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,632.26 GB sent, 93.61 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.