Memory Pool Memory Pool Refreshing

3,913 transactions
1.34 vMB
Show Random Selection Loading Transactions
Max Size: 8/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,556 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,198 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,555 (897,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
10,981 10,981 00000000909a98a7e53a88313aed7e092bfb254313c48bc994de9ddc155e1bac 0.00 MB 1 0
10,980 10,980 00000000e80354d2eedd9f2e81eb1ead002c6cc0b02eb8943ff7344a40e9f068 0.00 MB 1 0
10,979 10,979 000000007f95a18b7eba0f2385a186b3259adc82a0a8a14e4c2a99605fb88c5c 0.00 MB 1 0
10,978 10,978 00000000d1c51e5ab1076bb3c8ca8bda1ec6ec94d785bdd4c9bc5764b2c44f08 0.00 MB 1 0
10,977 10,977 00000000bfaf3b5fc9dbc930e2b74eb2abeeb18a99966c3283200161f002b374 0.00 MB 1 0
10,976 10,976 0000000064fffcc809a82bc73ca14350cc985ab6a68e8ca4b19e4327d0718e72 0.00 MB 1 0
10,975 10,975 00000000513a6a076c9e8e43c5200ce34dd77b70c78b99773938bf47a5254d18 0.00 MB 1 0
10,974 10,974 000000006ccb22cd0b356e479a8e9ba77c88247a4dc4ff128e4fb65885ef5b66 0.00 MB 1 0
10,973 10,973 00000000a17f1e2d2e35b0f69a4b844910b35d3f2792c13b3570fef8af331605 0.00 MB 1 0
10,972 10,972 000000007f87522f9679ffaca7468e9e1ae52ed51c1e291e3642c62320f107bc 0.00 MB 1 0
10,971 10,971 0000000061544cc884ee724ab09227bb518cc86c41f98de830d166277acd77c8 0.00 MB 1 0
10,970 10,970 000000002ea3e204e8457b85894ae546275afd55e68f5710dc50fcf350cedcb6 0.00 MB 1 0
10,969 10,969 00000000656515cc43406c839947f67b94632388a60caf418ac1cbb8a2a29339 0.00 MB 1 0
10,968 10,968 000000007ea6c72b4fc7d1b1ebbe4d712cf7c86de3cd5c5f4ce77b0c3114d326 0.00 MB 1 0
10,967 10,967 000000004a0f6bd7f6894b8a423599b9bc6968380b2afdc5d8b75e560142be41 0.00 MB 1 0
10,966 10,966 0000000033b353dbabc7b843a1831d9950c15e38a64a6d138adc9831fc11906c 0.00 MB 1 0
10,965 10,965 000000007111d1ed8a64f923ec66696966ec00d22d8da095586b2de2157fcc00 0.00 MB 1 0
10,964 10,964 00000000906467b0b14fa74a965252cf70cbcbcc0055c006a9c9bceca3ae37d2 0.00 MB 1 0
10,963 10,963 000000005f05650d23da03e1afe3f9d1e6e298eb209286be4b06c5b3ca92fb49 0.00 MB 1 0
10,962 10,962 00000000349be105e9d88161dcd0511ce7274a4168478da3c524a64ebb4fc865 0.00 MB 1 0
10,961 10,961 000000003dfb4ee5f4c76d0d201dc513faad7ed230eba255a584775ff074061f 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.72 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,845.66 GB sent, 100.62 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.