Memory Pool Memory Pool Refreshing

10,441 transactions
3.29 vMB
Show Random Selection Loading Transactions
Max Size: 20/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,838 (768,401 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
139,437 139,437 000000000000068612f80ab7017659574c76efab1e2a72743cc46bf0cb166aee 0.00 MB 13 15
139,436 139,436 00000000000000bf5685fa656e76daee40da075f3e4cad52977bb128dafe6b4c 0.02 MB 64 213
139,435 139,435 000000000000088fa196c913b161ca8d3af64834c80ec55e2915e87e6a2e96fe 0.03 MB 35 569
139,434 139,434 0000000000000362519759a1348df79141a9c0e0b0b7477c2e6760fede3825f2 0.01 MB 20 558
139,433 139,433 00000000000003b1e1a2202c8bf6a8c2e57d43cbbee0cb1067505f63edbd2946 0.00 MB 12 33
139,432 139,432 00000000000005d2b687a0e3ac37ea94d719da54eb7bc88bd555beb452347309 0.00 MB 7 0
139,431 139,431 00000000000005a9a7b50040d3bf04322475ddc1cc054bf2572302e858c893f0 0.01 MB 39 505
139,430 139,430 00000000000000de926eea28552a4b4c10415d914a2bdf587bf32c6ef96db8a1 0.01 MB 34 1,170
139,429 139,429 00000000000007779a4df26e7ab5cc00dbff454a218c08d31d9c61abf549fc81 0.03 MB 70 82
139,428 139,428 000000000000041331ca4f0a931c9fbf14fd3bfd11a14eb06ccc7e2a9647d5ec 0.00 MB 15 80
139,427 139,427 000000000000013863417b65cae247af1ca077447650395837e1cfe154f293bc 0.03 MB 56 180
139,426 139,426 00000000000008c14dde6ff913af3a57cf52cb03fd2994b66039a6ed89857cc8 0.02 MB 60 179
139,425 139,425 000000000000051113f38a1011155c92a63d8cef1f3034f8aa5d9f9db985b64c 0.00 MB 10 293
139,424 139,424 000000000000072f4a0192a673b50d01dfecb5fcb8814aa43452b0ac6aacc28f 0.00 MB 12 89
139,423 139,423 000000000000069ffbe04c94187c64b7e8481948e730d4933cf1bbbc356b5fc1 0.00 MB 11 71
139,422 139,422 000000000000043df583a06b68ef7f8a493edff46c21ba9ce6b7dfc11fef3634 0.05 MB 117 146
139,421 139,421 000000000000062c22d32ec9e13bef35b6ead12ef9991bc5e1dbc97c9cfdb3d5 0.01 MB 17 516
139,420 139,420 00000000000007009fc0aa4f2bdf96c37a0e0350a144ded3ecf369c713e5899d 0.02 MB 71 137
139,419 139,419 00000000000000c18c7f46883f85fe7157813b7a42cf5481f6e1710dbcd0dc04 0.03 MB 40 420
139,418 139,418 0000000000000622ecdba702b42a76680de098de5aa5a965d15792f3c4c3f3af 0.01 MB 40 458
139,417 139,417 0000000000000185014ac07f1a29a6d45d2bf11d08116cc66cfc8431b9d0d6c9 0.05 MB 111 117
Previous 10 blocks ↓
Total Size: 769.24 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,635.05 GB sent, 94.13 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.