Memory Pool Memory Pool Refreshing

12,710 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,716 (716,258 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
191,458 191,458 00000000000007181645f2e988f8beb9e84ef730b649974cd3966408e2375eef 0.07 MB 172 167
191,457 191,457 00000000000007b8ced9cae11fcb4610b0e2ac5e24e7d03292cbd6b91baeaff5 0.03 MB 83 118
191,456 191,456 00000000000002b354138390409fde1365e184e7a726b8bcb9790284b4a7d36f 0.00 MB 7 0
191,455 191,455 0000000000000208ff1c1f930ef17aef73f2659d07b73b66a9e4be4a871bf012 0.04 MB 78 159
191,454 191,454 000000000000019c4bbbd6945666eab843db4cc3a021c71d4c606bc6b0073cd5 0.09 MB 183 109
191,453 191,453 000000000000022cb07d12bb43be2a41d5edd28a19909a5096a01c10a6af182c 0.00 MB 13 83
191,452 191,452 00000000000004dd5f7f7e8b0a64411d807024018b8c14d78d24b1cc43580b1d 0.05 MB 93 69
191,451 191,451 00000000000003a75741b53498f005dd00bb2189c7ec285f2df683f21b83f598 0.18 MB 470 130
191,450 191,450 0000000000000555c9c0c9289e68a3e96b7d05560687d5b892085791c78d0cd5 0.02 MB 52 71
191,449 191,449 00000000000007b93915889d899bc5748b33c826bb25ad7918d0afce1b18ed87 0.03 MB 119 5
191,448 191,448 00000000000005617197bc8962118305dc3a9d2d6c8dd6dfef927851837ae16b 0.17 MB 385 274
191,447 191,447 00000000000000ba58fddc25780eff173e0e091c191c5d72bb5c5f84078cf9e0 0.00 MB 9 15
191,446 191,446 0000000000000817210f02f236cefa8e3f9ac5263a4acc5014e17e4bf0f3ae41 0.06 MB 96 78
191,445 191,445 00000000000000681704da617430d8c0a6de938743a9960e4d351b3ced7f11ce 0.03 MB 68 223
191,444 191,444 00000000000007e74951d95287a1ada272547aca12972076aed3756653de7860 0.18 MB 309 299
191,443 191,443 0000000000000580fc561c2666325963d53f9e3901ecda879990296974566da3 0.01 MB 29 123
191,442 191,442 0000000000000376146ee691240fd91bfd74622ffe5ff099ca831564e20fab1e 0.01 MB 20 1,755
191,441 191,441 0000000000000132a83c80308f95d33c1c4e4081858c3cfdfffb389460fa7fa6 0.08 MB 178 126
191,440 191,440 000000000000076144161c3fa9ca2572ec05dda218421a63f5d15fe643527b1f 0.04 MB 86 101
191,439 191,439 00000000000005782baff3426eec4034325c3f1638193ddada30fd68ea36b239 0.09 MB 78 71
191,438 191,438 0000000000000463db6b47de2ebfd073152e2532305c5dff8256ab095b95672e 0.34 MB 628 113
Previous 10 blocks ↓
Total Size: 769.01 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,622.19 GB sent, 92.93 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.