Memory Pool Memory Pool Refreshing

6,034 transactions
2.09 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 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,698 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,048 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,697 (585,854 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
321,843 321,843 0000000000000000141481401553d0dbdfdefd39ef11c8bc5afeab3482ed6b42 0.14 MB 219 26
321,842 321,842 00000000000000000382970572d7785333efb140cb5040ee5c32c171055662ed 0.57 MB 896 25
321,841 321,841 000000000000000020fed1bb2e6947cdc4c5350cbb5441cf4fd450b0117f2198 0.19 MB 377 25
321,840 321,840 000000000000000023730b665d97090034dc4cbf65d73f51fa2a81ea6b40b70b 0.00 MB 6 17
321,839 321,839 00000000000000001b8c116437dc6ff11564f4d82a91639add232c81b56dcbd1 0.09 MB 192 31
321,838 321,838 000000000000000001fff7fe130689c6640ad918e06c237b2684c64a063f1bd2 0.04 MB 101 31
321,837 321,837 0000000000000000049b78462901caa7f032590b918fe2cd31de069502fe756d 0.33 MB 644 29
321,836 321,836 00000000000000001bf0cca6a3d864712a9f3754393bef5a8e8169ab162114ab 0.18 MB 291 24
321,835 321,835 00000000000000001e78ed77b651d7e7bed486657eaa49ed4335d5e49ecec7d2 0.36 MB 721 28
321,834 321,834 000000000000000005f8013217f62f875940fe8660577a9b22f47b55b847a8a1 0.30 MB 680 31
321,833 321,833 00000000000000002253474bc1bd5eee7a8a6cd71d30dc2e7394ea06f8f9d4bf 0.03 MB 62 24
321,832 321,832 00000000000000001e3bf44afccdd2033f1fd6027960050757d36c49a921d632 0.01 MB 16 37
321,831 321,831 00000000000000001ceafe473e8cdd2bc34f5d4edc633b48ebad4d2b6aedf471 0.10 MB 239 34
321,830 321,830 00000000000000000564fe4ef8d67a3e8b426be940bc0097de2a591ca9af1f5e 0.01 MB 22 33
321,829 321,829 000000000000000000db439b55b1b1b5eadd7137512ad98260558eb393fcdb98 0.29 MB 697 28
321,828 321,828 0000000000000000122ceb3b774e3fc214ae8b86bd3cd4b6dfbd369529fbbbfd 0.00 MB 8 172
321,827 321,827 00000000000000001efa269496f33564e4f9b54fc79796abb0440ac3b1afe955 0.19 MB 271 23
321,826 321,826 00000000000000000c1e1688e707616eba2a628820d84c912d36eebe7b2e7003 0.07 MB 107 23
321,825 321,825 00000000000000001297df028e235156e13da0d2173d2eb8fe8f95291ff84f28 0.13 MB 290 29
321,824 321,824 00000000000000001b3d1e12d4a3523cec07defe788403d1c63cfe7651c54c1d 0.57 MB 1,170 28
321,823 321,823 000000000000000024570123d1a32da988907b231665001e9a2a1060f0ec768f 0.40 MB 558 23
Previous 10 blocks ↓
Total Size: 768.98 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,616.36 GB sent, 92.71 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.