Memory Pool Memory Pool Refreshing

5,532 transactions
2.50 vMB
Show Random Selection Loading Transactions
Max Size: 13/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,688 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 2,917 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,687 (201,664 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
706,023 706,023 00000000000000000000d0cff183ec7f62e106c4ff51dd0d4ee6c12058a7293e 1.59 MB 1,993 18
706,022 706,022 00000000000000000007fc5e2a4c2e7c1f6e37a056515f33163710a5d5a346fd 1.52 MB 2,857 16
706,021 706,021 00000000000000000008e92d7e3f762246b8929df0322541194663cc6b834488 1.54 MB 2,955 18
706,020 706,020 000000000000000000021ec74d219d6d8857f5408bf09314bd20cbebb71c8d93 1.41 MB 2,562 10
706,019 706,019 0000000000000000000782638bbb0ee0e5a718e084442d3803fc4613375485bc 1.48 MB 3,551 13
706,018 706,018 00000000000000000004e90c6c490d5d452a1690de400780b53ba9f4ef3965be 1.62 MB 1,967 13
706,017 706,017 00000000000000000008132ea8a914eff9fd95e792ab72ea8cfdd16b0610315a 1.40 MB 2,227 17
706,016 706,016 00000000000000000006cfb49475ab29685339802f9fe0fa409e1c5addd55a13 1.42 MB 2,492 18
706,015 706,015 0000000000000000000901be7f5d66b4f0b3083d05472833c2807e145c219df8 1.39 MB 2,865 13
706,014 706,014 00000000000000000006ba085463c72b6ad3fe0ff29e57730a105b9a09fac31c 1.56 MB 2,901 30
706,013 706,013 00000000000000000001fce340171d71d161505070c0de72eae831be245f8bcf 1.67 MB 1,608 11
706,012 706,012 00000000000000000009e2dfdf60d472f8868238b3c36e7b2adf40a269e2003f 1.14 MB 615 11
706,011 706,011 00000000000000000006f8a735041b16b12bd8deac43064ccf4a327417f07f1b 1.52 MB 3,392 19
706,010 706,010 000000000000000000037184229faee2a1260b81f1901e1891838dd633201f62 1.53 MB 2,698 12
706,009 706,009 00000000000000000004220e1c875924e9e092a4205a6de7f316e06ccf9e5405 1.52 MB 2,151 22
706,008 706,008 00000000000000000005dba89311f758870bae23f7d087522a6bd9c4b04fafd9 1.52 MB 3,415 14
706,007 706,007 0000000000000000000694c81ff38102f9fc72a7d444ca987f7ef0b4077c010f 1.13 MB 1,314 14
706,006 706,006 0000000000000000000b907e43e36d36f2af57e955400e9c0d6e7f476638267c 1.18 MB 1,490 16
706,005 706,005 00000000000000000002f58fdfb68e422ca33f9313875f9b0f0c58cd19a01276 1.34 MB 2,465 14
706,004 706,004 0000000000000000000cd39f62bf11b5c45b66a89aee18b05a0b547f98dff98d 1.61 MB 2,830 39
706,003 706,003 0000000000000000000288029d8cefc456019a9bd66d83a74645b1909600769b 1.67 MB 2,245 29
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,615.03 GB sent, 92.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.