Memory Pool Memory Pool Refreshing

2,825 transactions
1.20 vMB
Show Random Selection Loading Transactions
Max Size: 6/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,770 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,103 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,769 (180,696 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
727,073 727,073 00000000000000000005d41c7d1908bb201f04123b040b473b1d5342e8434efc 0.25 MB 518 11
727,072 727,072 0000000000000000000451c2ec1b2f22aa7f29862c1c94f6c003c3e23f1088de 0.04 MB 67 18
727,071 727,071 000000000000000000025d5630279e991976593e82090b62f1d8e247bff2ed2d 0.26 MB 433 10
727,070 727,070 000000000000000000086cd712cffd3a47a8bed713c6c99b9013a07a7732881e 0.07 MB 175 15
727,069 727,069 00000000000000000002cf48ad5e6cc1128c299fe80876e2761b25f20be9568a 1.25 MB 1,185 6
727,068 727,068 0000000000000000000a0817512348beb05e0cba17741dc89ad24382c90f68ba 0.95 MB 245 4
727,067 727,067 000000000000000000076bbed09321bc9c0e06c8fa25df36a38c9e95624a3d93 1.38 MB 2,028 7
727,066 727,066 00000000000000000006f8860a7c9cb599d594b0a68e195dd5dcb548a6e59bcb 0.33 MB 605 7
727,065 727,065 0000000000000000000035e8793b0f4cb82eee9968d0aec1808e77747389de68 0.58 MB 1,141 8
727,064 727,064 000000000000000000013cf87174eb0ae2b89007fae2020571af783f5b89ad22 0.23 MB 540 9
727,063 727,063 00000000000000000003c4de7b7ec8ec216cd8b6467f07f9b704316250d48d87 0.79 MB 1,544 8
727,062 727,062 0000000000000000000652dd28cf35a86f11923872207d91fc2b4dd43f1a49e6 0.63 MB 1,325 8
727,061 727,061 000000000000000000095cb824da1b4ced4444f759de2766e355731de311b8ef 1.64 MB 1,371 2
727,060 727,060 00000000000000000003efbfbc81a14a9a681c4b8581f742734d1d2e667a5520 1.49 MB 2,090 8
727,059 727,059 00000000000000000003e3acfcb65f85f343c7c10392262733559b700295bd2e 1.60 MB 3,521 5
727,058 727,058 000000000000000000001e6cfab7cbb91fb0d7d8134882bae5142009cd7288a0 1.40 MB 2,540 9
727,057 727,057 00000000000000000002eeb890e33a4b3109a98178f6626723d48ae2b9052de8 1.48 MB 1,356 10
727,056 727,056 000000000000000000050fa7529417cd454bdb68da6f3ceaac50deacb9eec0d6 1.41 MB 2,711 6
727,055 727,055 000000000000000000071b641c46f71b68319997fc7b43ac2d2fed2d71508c01 1.58 MB 3,240 10
727,054 727,054 00000000000000000005807be6eec8485794feddef850d9b06b1660fa49e4e9f 1.36 MB 2,801 23
727,053 727,053 000000000000000000084c8ad5ea50fdb379ed6e2ac2b524bb3fc0f1b3d4f37d 1.63 MB 2,345 8
Previous 10 blocks ↓
Total Size: 769.11 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,629.59 GB sent, 93.44 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.