Memory Pool Memory Pool Refreshing

1,498 transactions
25.08 vMB
Show Random Selection Loading Transactions
Max Size: 101/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,310 00000000000000000002349e0000000000000000000000000000000000000000 0.99 vMB 1,224 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,309 (848,984 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
59,325 59,325 000000000ed2f9940b44c43c335c8c64c1da9f1ced7bca49e8a1dc0a293fcc70 0.00 MB 1 0
59,324 59,324 000000000c8874687a0da215d7d037b3ff3a707505745ec81f2726be1d2cd689 0.00 MB 2 0
59,323 59,323 000000000318afc5add9f2099e4296b432aee947ee3a475046adcda6e65e93a3 0.00 MB 2 0
59,322 59,322 00000000028acdbbbfbe36a7b687f6aa0f72e97ee6a41fe161715ce61ec709f0 0.00 MB 2 0
59,321 59,321 000000000b758415fd98e3901c2f43ffbd0aa231614666c9ac60b06a821ab5ab 0.00 MB 1 0
59,320 59,320 000000000f51ec28ff4e4b647cecd22e119b75fdf8d682aa1d3f955580036e3e 0.00 MB 1 0
59,319 59,319 000000000a036e5d46694bb720c8a5fd3781b91f5a2276405a8113b69f05744c 0.00 MB 1 0
59,318 59,318 0000000001666e687059b29cd9f47cbfc7b3bffcb74775391f996e2e65a7bb6a 0.00 MB 1 0
59,317 59,317 000000000f345ba0f1abd863077c245889a4f1554e18c28877a5785571665b04 0.00 MB 1 0
59,316 59,316 000000000e6fa627c9a7dfafd2cdac8003b6515ce1338ff4940321d0c3fd902e 0.00 MB 2 0
59,315 59,315 000000000923fe42e13664a7b0da18694d85359800e8a12fe58fb411a9d704c7 0.00 MB 3 0
59,314 59,314 000000000aa1bec98d06ff3ff2ff658c6100cbe11ab5c6deff97889d62cdad5e 0.00 MB 1 0
59,313 59,313 000000000a42aff6a3236a6e5c0e6d4ebcdbf1cf8aa34dfdd4300baa72c726aa 0.00 MB 2 0
59,312 59,312 00000000084d71187e1657b15b3c9b535f86bce6b83aca64ec9d001266f76946 0.00 MB 1 0
59,311 59,311 00000000060f7ee1d0f246036d0decebd4275ac6a4ab82efb0129cf7977ecddc 0.00 MB 1 0
59,310 59,310 000000000acccfa038effc15558baca0f76f11188057c091b73f88de92a218a1 0.00 MB 1 0
59,309 59,309 000000000f2a1c3b02052fb74754e287333bf661858e9173923c54d83dd637b7 0.00 MB 1 0
59,308 59,308 0000000007980dcff86a4a94b21690b35f0eab4b123ec899462baba7ddc66d6f 0.00 MB 1 0
59,307 59,307 0000000001a3719677fdc3c0f5b543a1abbec7b17a7b9d983a853f8582b020cd 0.00 MB 1 0
59,306 59,306 000000000bbeb7311a6477784233af18320f2150870a81d428de13a11e1153e0 0.00 MB 1 0
59,305 59,305 0000000007aef7f7d48aefe66b4a9dfad01985afd1c3a9b18a9af6e7172d3311 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.21 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,696.88 GB sent, 98.58 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.