Memory Pool Memory Pool Refreshing

3,724 transactions
1.84 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,736 (34,163 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
873,573 873,573 0000000000000000000182f6bf1083700dfba1a3d5644649ed004a3d0e4bacec 1.52 MB 6,492 26
873,572 873,572 00000000000000000000ce6d3b8a652dcea3b7d83cbaeb5831bc599aa7356618 1.50 MB 6,190 31
873,571 873,571 00000000000000000001fc09555da6648b762851066e42bac3fcbe2f1d61cec8 1.52 MB 6,063 35
873,570 873,570 0000000000000000000146afb677415326bf3096f072a3a0ea85cc71981346aa 1.42 MB 5,425 38
873,569 873,569 0000000000000000000106aabecd78bf8f7e64fbefd4fecd39c921114e30fbd8 1.41 MB 6,394 28
873,568 873,568 00000000000000000001db0402a8168fb3d906bde0022ede2421e49180869ceb 1.47 MB 6,127 15
873,567 873,567 00000000000000000000c23fca0ee1c4d9ee368ca3220eca77d696f27c2cebcd 1.44 MB 6,869 12
873,566 873,566 000000000000000000027742bd9f2ba0eff93706c8c0f6c0782bb9879e06a920 1.47 MB 6,269 13
873,565 873,565 00000000000000000001ce8614c861de2aece022afbbadd01efd726e44fc5a30 1.52 MB 4,155 9
873,564 873,564 00000000000000000000d8c86128c616ed9d5434f3c0659eec7d17a81acfa9df 1.57 MB 5,419 10
873,563 873,563 00000000000000000000ba200c293d4f34c2ae5dc90cef73ffe3e9a9725051a2 1.48 MB 6,600 12
873,562 873,562 000000000000000000010521b2d9d9bc04416ed718a6a44b3a8631cc54763c63 1.52 MB 5,572 12
873,561 873,561 000000000000000000020b7cacf79707c4c6aed83eec1a0c30e21fb8ea67db78 1.56 MB 6,394 13
873,560 873,560 00000000000000000000a64d071b89385d81c4ec7d166870124c272e9b61ecac 1.40 MB 5,733 14
873,559 873,559 00000000000000000001e949dddeadd6ee76635fb5c4c61dedc38037257c0204 1.51 MB 6,728 15
873,558 873,558 0000000000000000000201f2fcee9c07d81d3d54dd3c1d442cd32eea5ba4af6a 1.51 MB 5,947 16
873,557 873,557 000000000000000000011f472bf9e68a6d2bbdd5762a4c351b895f8be5b7a176 1.52 MB 4,556 11
873,556 873,556 00000000000000000000cc4454424066a8114eb017a52f0f507c80b7fcd68fe1 1.58 MB 3,146 17
873,555 873,555 000000000000000000028be4d11ac7f34ea4f79e3acb2e3135e39c103deba9e7 1.34 MB 1,157 7
873,554 873,554 000000000000000000029d303d788ce65bca01a1c80d375cadb1bbb590e1d098 1.52 MB 3,124 10
873,553 873,553 00000000000000000001ad3f8b2ea143e3441d1a375cdd5765d9001d6c8604aa 1.44 MB 1,856 8
Previous 10 blocks ↓
Total Size: 769.05 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,627.47 GB sent, 93.12 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.