Memory Pool Memory Pool Refreshing

8,189 transactions
3.99 vMB
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (582,392 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
325,333 325,333 00000000000000000d73ce93248bfc1000aa4eeaebed3815e06943437b705782 0.08 MB 142 21
325,332 325,332 000000000000000011b5525cf0ae4edb122359043649f841f900e6fa67e06e0b 0.07 MB 101 10
325,331 325,331 0000000000000000130f89d32696fd31fa380264021a32234b43b48d80c93c16 0.48 MB 880 26
325,330 325,330 000000000000000004641ab753ac5f2d924d9b6efa422f56b9e793e0a7009b45 0.04 MB 64 47
325,329 325,329 000000000000000015d7931475070b8c25c9da17ac8dee21ca8ce05266315612 0.02 MB 64 9
325,328 325,328 0000000000000000162261cab2d55452d196aa0a07b0a6563809e102536850d5 0.69 MB 1,110 29
325,327 325,327 000000000000000002bdb3047c934d1afa63338250f74016c397857e23cd8963 0.55 MB 967 28
325,326 325,326 00000000000000000c6870c851386863c76087f7213579191bb6191181f07991 1.00 MB 1,590 25
325,325 325,325 000000000000000005f3f265a1636bd90c2c8098093c2db2ccfc91c17890a714 0.75 MB 1,661 29
325,324 325,324 000000000000000008f7ff5399a14b990d0a544e6c4f93732cb575bd667ed831 0.16 MB 512 62
325,323 325,323 00000000000000001e41b11e3ed8ea7535f9ead9136b8ba89da230fec1d23d44 0.75 MB 1,324 26
325,322 325,322 000000000000000008a991eae15f41d54d116bf3a789a793795f0e07b7cd1d11 1.00 MB 2,227 39
325,321 325,321 0000000000000000074c805c6d74ec428579d082c56ec31cd742dd876b5e2af9 0.04 MB 128 42
325,320 325,320 000000000000000010192adf55a2a60e1522bc313f5dd89f1975af7b60c6bfef 0.51 MB 454 17
325,319 325,319 000000000000000019c513391c2f4975fec60a92a09704ed4afcd86a10b3dae2 0.90 MB 1,959 36
325,318 325,318 000000000000000017d27207bf4d9d7d1a895ab1235427b8987c7d7679b502f4 0.41 MB 768 30
325,317 325,317 0000000000000000160742edb31a363e8f3259c4a7561f8e630150f9608027f0 0.18 MB 257 21
325,316 325,316 00000000000000001296c3a4ab3c18d299c456b6d82d82a195e88bb752769252 0.14 MB 215 27
325,315 325,315 0000000000000000092100b23dcc6cc02d2859c7e3095419ed471f238b7cddc1 0.08 MB 99 12
325,314 325,314 000000000000000009939af1086d39b1ae1412c88c648a525e4e2c6d76dd68d0 0.57 MB 957 30
325,313 325,313 0000000000000000022b69e841536e237d114b7a0a70ed7d6c9d1cc3fe61b388 0.33 MB 587 27
Previous 10 blocks ↓
Total Size: 769.03 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,625.41 GB sent, 93.03 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.