Memory Pool Memory Pool Refreshing

2,841 transactions
0.87 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
908,101 00000000000000000002349e0000000000000000000000000000000000000000 0.84 vMB 2,839 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,100 (800,562 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
107,538 107,538 00000000000212b7fe3d0edad6a89c7e1f0c222374fe091c0a8f734abb042593 0.01 MB 21 0
107,537 107,537 0000000000026bbba350dfee1dbc9bf14dd4547986f4b08180860125a221a68c 0.00 MB 9 0
107,536 107,536 0000000000023b2424d8cd54bbf373f3a44ce62549f36e8929d5ce384e0466d6 0.00 MB 8 341
107,535 107,535 000000000002082693c3b653e2bd85b3bd36b2bce2bb9acfe16553650d5df2c1 0.00 MB 10 0
107,534 107,534 000000000000a80ca765f301e543bb5a6cf70b0229b53deea4622e045bf1a012 0.00 MB 6 328
107,533 107,533 000000000001eef4d5d47c7897506ac8a6fd0490f1d1d1f6914f0abcf0ac8f51 0.00 MB 13 0
107,532 107,532 000000000000745aa43f7fb6b56e369459ece147eb02decca50b6cb8daf2782a 0.00 MB 11 0
107,531 107,531 0000000000014cb583fdb1757addb9bd5f3f79962277f0994748da9e9d92374f 0.00 MB 5 0
107,530 107,530 0000000000005fd4e4dba931acfd4e477435a5ebfe49e1f32f51e27f83bfb792 0.00 MB 12 0
107,529 107,529 000000000001b9d04bfab5e2cbec757a5764753b73e5a8c15b6e8d19988c16c4 0.00 MB 12 669
107,528 107,528 00000000000081b3729dedacc981378c3009b390e0256c2ae50cecc473f24420 0.00 MB 7 0
107,527 107,527 0000000000004b3e7efa301bf5723ebac7ef7682fb791331a4247fa39581e896 0.00 MB 12 0
107,526 107,526 0000000000023787f265f486788d544a949bb123966e1a6e61bd30932ab6cce9 0.00 MB 7 652
107,525 107,525 0000000000015b62fa913a36fcd938c71772418425383f4854c8dbf8ce9315b8 0.00 MB 14 0
107,524 107,524 0000000000005ceadfe80a1f9bc88ff618b8c112166eaf44890e58915fd5a2ed 0.00 MB 12 0
107,523 107,523 0000000000007bfbda65ba3c34d49fb602ea9e112d85f9ec51a372c357785fd1 0.00 MB 10 0
107,522 107,522 00000000000028d26d228c94bd7c8c8b265a74ebae6e2cddd7039681ebce640c 0.00 MB 11 0
107,521 107,521 0000000000020d35019533dbcf17487a1bacffd18d75a94fe1c96d5e461d4ae7 0.00 MB 9 0
107,520 107,520 0000000000018e6b8d0eae833f494158f4eb36766cd7ce7befd8d336a38bad27 0.01 MB 45 0
107,519 107,519 0000000000019006fafb185525f8d8c62387e7494ca5d0c1f123a48bda05d715 0.00 MB 9 0
107,518 107,518 000000000000d05ddf682ecd6b0bfb0100592a19e803f2fe46a69cd3b74ec2be 0.00 MB 9 0
Previous 10 blocks ↓
Total Size: 769.73 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,679.05 GB sent, 96.56 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.