Memory Pool Memory Pool Refreshing

9,962 transactions
3.04 vMB
Show Random Selection Loading Transactions
Max Size: 19/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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,406 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (616,291 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
291,424 291,424 00000000000000004411b0ba723bce1525ba550dbcf7d154219b1b7880c681be 0.15 MB 429 42
291,423 291,423 0000000000000000766de0b450fdf22070fe5cd41b0fc1768006853f10a629a7 0.81 MB 1,308 31
291,422 291,422 000000000000000051b0b416ef5486e8c50c3e72b30f39eba278565f21a5a1e6 0.01 MB 36 34
291,421 291,421 0000000000000000ff5294b0c0a499da19010df899f1ee725fa5618c61b1b256 0.00 MB 13 29
291,420 291,420 000000000000000021bbdff20ebb76c6fbfff3d31ef79e19f9656b6be048ffe6 0.12 MB 219 31
291,419 291,419 00000000000000009c8620ccc3885f0552110fcd339eca8c10b6b1e3e2f8f32e 0.01 MB 25 22
291,418 291,418 0000000000000000975b3f61c0f044c4b8846152e000722371bef9c1c58c94be 0.17 MB 409 35
291,417 291,417 00000000000000008cb96ea8b9ec76f2900611399738dfb4bfc50eb9c9c505de 0.30 MB 677 39
291,416 291,416 0000000000000000cc20ae03d6e7dca6c6d78834b00594023c71557955d89482 0.02 MB 41 25
291,415 291,415 0000000000000000a677b5f18177ec09cd51d6a25dd4cb9717607b55f454cce6 0.15 MB 301 35
291,414 291,414 000000000000000042f1c5b52701e7ff9489273d1b8c63ad94fa359684759ee0 0.10 MB 200 36
291,413 291,413 00000000000000001659c7f066f6d54992b456defd858c85f2624e1146822403 0.20 MB 429 32
291,412 291,412 00000000000000005992df17a049a90688a0a933260609e90ab946ebc456e4f8 0.02 MB 40 23
291,411 291,411 00000000000000009d0448018a4af47534d413e604f5051be953597aa68380c6 0.21 MB 495 38
291,410 291,410 0000000000000000b8f058cadbf47fde95cea2d3778438d365f12054e92b8bc5 0.02 MB 13 23
291,409 291,409 0000000000000000879858b9e77fc8c3f95a1ad17ad649b66cec67e0282d781e 0.26 MB 469 22
291,408 291,408 0000000000000000200c7e8fa8b923f9ae17fd2b07bc9a158b253c2e69935965 0.12 MB 259 32
291,407 291,407 0000000000000000241c5bd7682642273831d12b304782d9a83c0c904c4df087 0.27 MB 317 18
291,406 291,406 0000000000000000b47eb270a91a8196d0b80de97e0fc9fb9867f1f0eb21179c 0.35 MB 865 46
291,405 291,405 0000000000000000f0a5123d1f833c5c258ae0c016e1cee4c017b9c339e0ef73 0.11 MB 200 28
291,404 291,404 000000000000000007f29369af122bedcf4e9bf2fed02f1b9c7ba6b1953f7ccb 0.03 MB 80 37
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,621.42 GB sent, 92.91 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.