Memory Pool Memory Pool Refreshing

5,380 transactions
2.00 vMB
Show Random Selection Loading Transactions
Max Size: 12/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
2 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,731 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,064 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,730 (648,109 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
259,621 259,621 000000000000000a9f8372d0716e2a232ec87d39ff55036c3f9d5b7005f64575 0.04 MB 118 167
259,620 259,620 000000000000001dc28e0e7e9491b9080943dc97619957d0d66c737a3784d5f1 0.08 MB 176 110
259,619 259,619 0000000000000015a55b8ec312a41cb8f3869ed204a681b5c67f9dd4c70ba86c 0.03 MB 92 124
259,618 259,618 0000000000000008fb68a8ed3a8dc43fc66eccdee9047087a24454e5cbb4e341 0.18 MB 484 136
259,617 259,617 0000000000000010b046aaf9e55cd9e71d923b66f6996de6e145b0a3972ee419 0.12 MB 288 111
259,616 259,616 000000000000001e7bed66e3ad788d6770af23afffae191d7ca385559659f470 0.05 MB 150 116
259,615 259,615 0000000000000000fde2da2c7f014c663d10fa427b42e803eed2ce268418de92 0.19 MB 379 95
259,614 259,614 0000000000000022a354e8cbbbc6c307fc790b95d8b0a771fc8d780f1e0c65a5 0.04 MB 67 75
259,613 259,613 00000000000000259c71debe2c46b02fe8a563932377843547491167310703bb 0.18 MB 447 141
259,612 259,612 000000000000001ef19e9ea3f20eac9c27464ef5601a8934552dd21944312bb9 0.07 MB 183 83
259,611 259,611 00000000000000062ba204d2ed626717985caedb9e3151683ae1ad34d493a969 0.25 MB 325 71
259,610 259,610 0000000000000013c866807d97272622fb89452a2114a414ae837713bf8f6b5e 0.10 MB 243 113
259,609 259,609 0000000000000020ac9d880a36eafc018f674c7c67d4d72f16ae8f55b5c49627 0.16 MB 317 90
259,608 259,608 000000000000000c02eaf4cf0e7166540c17b0a1ea4a0ef013d3d2c6dc646c62 0.07 MB 174 56
259,607 259,607 000000000000001895fbb175b1a57d51bae912524a88a08e10ad1c6e87433e89 0.27 MB 632 101
259,606 259,606 000000000000000a43788689183a97bf4f11c6db11dded914c51e800326359f2 0.22 MB 444 73
259,605 259,605 000000000000000b0f9159e9a590e75c412f4ab80ee19175011c2cd9eedd954e 0.25 MB 621 68
259,604 259,604 0000000000000009463d7bc85acf2854710b71be4f22fb00026d03a271cb98a6 0.25 MB 670 955
259,603 259,603 000000000000001a5159af55b6ea6d803215e9e6bfa520c9d910052049e6fd02 0.00 MB 1 0
259,602 259,602 00000000000000034ef66a50f243557ca5be9e610ba9d72067371fe390411870 0.05 MB 142 113
259,601 259,601 000000000000001106d3e90a3bf222ecb2d93364f846428687f98fc41bcaa872 0.04 MB 105 81
Previous 10 blocks ↓
Total Size: 769.04 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,626.26 GB sent, 93.06 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.