Memory Pool Memory Pool Refreshing

6,870 transactions
2.60 vMB
Show Random Selection Loading Transactions
Max Size: 14/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,699 (40,387 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
867,312 867,312 00000000000000000000f14945abacfd4fca1ffcc25a04d92e1b434e604ed1a8 1.33 MB 2,292 11
867,311 867,311 00000000000000000002e0229f28ec9ae9ae06b1aa6007a2968f79d473e48a0b 1.58 MB 3,356 15
867,310 867,310 00000000000000000000d3501106f702132f7ef38c36881279a644d790549b44 1.52 MB 3,660 40
867,309 867,309 00000000000000000001709c34cac17fc042adfce2f3bec68aa1283cba3539fe 1.49 MB 3,616 18
867,308 867,308 0000000000000000000008ce200cdd9127b6506c2d672d170f5e19e42e79e2dd 1.55 MB 3,606 35
867,307 867,307 0000000000000000000267c11e46c709e866c3109086dff1a7695569f4a070a0 1.53 MB 3,433 42
867,306 867,306 000000000000000000002438282860d6956349ffb497b84f92535164698bd987 1.57 MB 3,562 45
867,305 867,305 000000000000000000000684f80db9e07c550b6a11624d0f7d28e4a15cc78f30 2.37 MB 2,694 6
867,304 867,304 00000000000000000002b662460a3a052a968b10c648a91c273b88ab2f2a2923 2.54 MB 2,826 6
867,303 867,303 000000000000000000021fb4d3df9fd836a44df6bff7d1c8a48d23a7322f023c 3.50 MB 725 6
867,302 867,302 00000000000000000002b87033db95c45804949d5d9824f31d44f31ceaa8fde1 3.60 MB 792 6
867,301 867,301 00000000000000000000bc33e135cb3e30482f29e0d5d961fc303806a3970dd3 1.61 MB 4,696 6
867,300 867,300 00000000000000000000aadfeaf651cb9df3dd24c0a04adb9abb38a85a8f8765 1.52 MB 3,402 27
867,299 867,299 00000000000000000002c7f568df70942266ec9a3ec35cea6d1f7a5154e89f61 1.91 MB 3,358 9
867,298 867,298 00000000000000000000c964a2a8f37a8c46dae1de8f214bc2c7ccc97c792d22 1.74 MB 2,320 24
867,297 867,297 00000000000000000000d99e678b83abb13e3f4fab1034857483d376aa9fdc76 1.76 MB 2,877 17
867,296 867,296 00000000000000000000edd374716fb4c42d1bfaf85f03ea8c258a84df36e08c 1.72 MB 3,205 21
867,295 867,295 000000000000000000008da1ee40e530eb71b46fde8024d194d8d3b7ac847a7f 1.59 MB 3,301 11
867,294 867,294 0000000000000000000138a90b7dce1f24df601ceb0443a62cd2251919cfed31 1.77 MB 2,852 23
867,293 867,293 00000000000000000001220f8735774e9a9456c02381c31c7235da31ee7e3899 1.70 MB 2,769 9
867,292 867,292 000000000000000000018ab3d3c7b426411baaeb89aca98528d5f36dcd232b02 1.64 MB 3,966 10
Previous 10 blocks ↓
Total Size: 768.98 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,616.51 GB sent, 92.74 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.