Memory Pool Memory Pool Refreshing

1,241 transactions
19.77 vMB
Show Random Selection Loading Transactions
Max Size: 79/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,308 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,037 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,307 (893,693 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
14,614 14,614 00000000c01f7594fb91d17184244bd4a92fd934e1431468cda3d201fdf3d2a8 0.00 MB 1 0
14,613 14,613 000000001d4531bc47a1847b8ef017eb13a02b4c8a661a4b8dd0f24b7182e3bc 0.00 MB 1 0
14,612 14,612 000000003f6f9115140cae6cd872414b2ed411950150749a3f9fa769eacea4bd 0.00 MB 1 0
14,611 14,611 0000000044f9c109ecbe489e85ff71c029d94718d79b1973f6b9b94808a0a210 0.00 MB 1 0
14,610 14,610 0000000011790abb4d016cba15e972f44d899fe6162517c15d66583288e2a9cf 0.00 MB 1 0
14,609 14,609 00000000b523c91f296780a6d446179f8b7be9a8c9ad8411c10f559cba76acbe 0.00 MB 1 0
14,608 14,608 00000000b546d72cafd678d42f0561a5380aebfe1c4e3c1ce91ab2f1a099d8cd 0.00 MB 1 0
14,607 14,607 000000002aa0ce960970d85837d1eb40efb22eb7e200d8ac2496f0a6e0adaa97 0.00 MB 1 0
14,606 14,606 00000000549a34a13f4af608b77e076bf3fe54dc7cc4e4f8c89b838129ad5224 0.00 MB 1 0
14,605 14,605 00000000db7313138fcf3067436c50fcd78bd8bb98597b58bb568ee38eb34027 0.00 MB 1 0
14,604 14,604 00000000c34057b8ef87f95d467b9febb90e954d606a59187b4256e442f18b3f 0.00 MB 2 0
14,603 14,603 00000000407a387576ef4e86bb48326d9c01ce12d28cf5a79791326be49581a3 0.00 MB 1 0
14,602 14,602 00000000ee7eea6c65672ae7d2779d91fc725ee29a50f916390ffac4b44c081c 0.00 MB 1 0
14,601 14,601 00000000e72317e3692f1d3f3efa4d5d3ea926e56cd6a850efbad426c8142d7a 0.00 MB 1 0
14,600 14,600 00000000056e118d4e662ac66a37687ba186d563acfe86b52293df4ca787cf9c 0.00 MB 1 0
14,599 14,599 00000000059bb566f922a225c3a5efe4ee3535168ef6cece75f42d05ad6579e3 0.00 MB 1 0
14,598 14,598 0000000001cfa03c125e69292e4275193c6a2a5f70b1d9d14d950bb8c981a608 0.00 MB 1 0
14,597 14,597 00000000320d8f77b1a0f06cc22321cf3382ebeaaa72594d73b960bb1c8f9bd2 0.00 MB 1 0
14,596 14,596 000000002d52b3619f427fc10bcb7b3d4d222047e1f0570741a75777b19a7929 0.00 MB 1 0
14,595 14,595 0000000010be26fcc8a959506e1d8bafce1bc1b74ac081b0c1b718de414eca64 0.00 MB 1 0
14,594 14,594 00000000197cad0daaf6a2493a1f70f2cbb7bd9e24bc0ad463b6887aa00a21d0 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.20 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,694.60 GB sent, 98.54 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.