Memory Pool Memory Pool Refreshing

453 transactions
0.22 vMB
Show Random Selection Loading Transactions
Max Size: 1/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,838 00000000000000000002349e0000000000000000000000000000000000000000 0.22 vMB 453 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,837 (6,405 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,432 901,432 00000000000000000001f9a920414c8c09750780dd8a0317e60e0fc73a766a76 0.75 MB 1,533 2
901,431 901,431 00000000000000000001002338d8a39647a8e895d72a4a3eec2d598de4b8b81f 0.14 MB 343 2
901,430 901,430 000000000000000000013822922fda8d581886443ac36e36ab5acd6b93743b3e 0.82 MB 1,858 2
901,429 901,429 000000000000000000011e7ca83fed77c18b062c84b98a934d59384a7556c5fe 1.04 MB 2,218 3
901,428 901,428 000000000000000000002fea45062de2dcfdec1b4e2bd107a2b61de0bbc214c7 0.36 MB 803 5
901,427 901,427 000000000000000000009607e0dfa4aef9a91971f3c6bcd9ce6e71b3f07c7e3f 1.42 MB 2,150 8
901,426 901,426 000000000000000000017260602a4d0972df40456262a02cf8b8284c2cf6059c 0.15 MB 374 2
901,425 901,425 000000000000000000016878cc82eca6658ad20eee4f53cb597e3e32bc9125bd 1.44 MB 3,140 2
901,424 901,424 00000000000000000001e8aab6f19a9a034cf027e09a941aefcdd6461aa128a3 0.30 MB 777 2
901,423 901,423 00000000000000000000c17a43472e8a626f67612d7705dcde649f952965ea2c 0.03 MB 78 2
901,422 901,422 00000000000000000001e2da01368ae0cd5123b77139087c959ce37d53eb0fa5 0.85 MB 1,907 2
901,421 901,421 00000000000000000000643f9be3e336dc1ee137b697339357665651927205fd 0.33 MB 739 2
901,420 901,420 000000000000000000002a4329be0d166dba740e72e6fe48c9a6bdd50e429583 1.75 MB 3,091 2
901,419 901,419 00000000000000000001dbed82a97b8ac2957dc990319abf51059448683fb45c 1.53 MB 3,478 3
901,418 901,418 000000000000000000018f7679cb5b2d356a00466d7341a7f7fa76f70507b794 0.28 MB 530 2
901,417 901,417 00000000000000000001df08b1cbe0c1ea8a6a705611a3eef4771e1ebac20b81 0.16 MB 252 2
901,416 901,416 00000000000000000000ab4b75c7f91cbf5fecfc179cbea13370760b04d1c118 0.87 MB 1,428 2
901,415 901,415 00000000000000000001b635121695f05ba561baec48bef006e036235b1f56f3 0.40 MB 697 2
901,414 901,414 000000000000000000004e9f857c0ff8f685d8d816588af7c20dc88948ee5f47 1.46 MB 2,090 1
901,413 901,413 00000000000000000001d416b06631f3142fd07e19df3340a83b89a524de9883 1.80 MB 2,608 2
901,412 901,412 00000000000000000000ab285106a72c67cbe56d43f4a850fb33e2e24e69e9d0 1.59 MB 3,022 5
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: 11 outgoing, 114 incoming
  • Data Transfer: 1,634.85 GB sent, 94.09 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.