Loading Tool

Explorer IconExplorer

Memory Pool

33,954 transactions
25.79 vMB
0.05353896 BTC
Random Selection Loading Transactions
Max Size: 129.99/200 MB

Candidate Block

Mining Attempt bd1b7e8225ff105d3db1c4622f09e47a53b167296a90f0e301c7e59cba8107ef
Version 20000000
Previous Block 000000000000000000014f51cdb922adcbfbf8306ee11aa840c0f99483a0eb43
Merkle Root 0d6c793fefb474fc39e35de28490bdf155a198c713a3602c9d1c7676ad310d8f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,498
Size: 1.00 vMB
Total Fees: 0.00620837 BTC
Feerates: 34.67 > 0.62 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,656 (249,646 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
665,010 665,010 000000000000000000061107858387bbb7ea73d8bc6a799c53dc5e53e5394e52 2,936 1.00/1.00 vMB 89
665,009 665,009 0000000000000000000037801eee11b8a33b68fe94218e5c471631a71abf6d83 2,451 1.00/1.00 vMB 104
665,008 665,008 0000000000000000000be7ff0f8061e3a7501196bceb6725d345880241240a7e 2,814 1.00/1.00 vMB 94
665,007 665,007 0000000000000000000a0049cdf72061ba75c6710ef55dc2459bb96ca379dd57 3,150 1.00/1.00 vMB 106
665,006 665,006 0000000000000000000120c3936dc5cb35abbfa3f97d121269d38dda69280dfe 2,341 1.00/1.00 vMB 103
665,005 665,005 00000000000000000001d233865c1e2027ed43c8bff70c12aa0216df44dc687f 3,052 1.00/1.00 vMB 98
665,004 665,004 000000000000000000077da1bd68279dc4f96ffaf5fa23610f8458bb86fabe26 2,380 1.00/1.00 vMB 92
665,003 665,003 00000000000000000002f5696c7d7123d175c2a2f915d8e226e2fc864d3df6f1 2,739 1.00/1.00 vMB 123
665,002 665,002 0000000000000000000354a7042232eaf1d155657b09f83cfbd7614be5c7c228 2,914 1.00/1.00 vMB 101
665,001 665,001 0000000000000000000d723bb3b2f35b5746487be152bd272f0ae0c7be88cbc4 2,919 1.00/1.00 vMB 98
665,000 665,000 00000000000000000009e5b1f38cc7438ffef11b51744d919c1151e7431bc72d 3,043 1.00/1.00 vMB 120
664,999 664,999 000000000000000000054d87aec3974d95fdb1c75810054356a08e9291ec82e1 2,793 1.00/1.00 vMB 87
664,998 664,998 00000000000000000001afb8fd41ff93ed83d16a371286267bff7ef218f6410f 3,049 1.00/1.00 vMB 104
664,997 664,997 0000000000000000000088938929292b0db0d6587c357f8abc6789b8ff64f417 2,850 1.00/1.00 vMB 96
664,996 664,996 0000000000000000000a64778f6b4592169a893972e5e458596ecddb2ff42f57 3,423 1.00/1.00 vMB 135
664,995 664,995 0000000000000000000c037b8b121a397a9b69dc0eff7952e33f5be384ba2cdc 815 1.00/1.00 vMB 67
664,994 664,994 0000000000000000000c49fe03427f97748dcb0d29c002f74d99755cc967eabd 3,224 1.00/1.00 vMB 84
664,993 664,993 00000000000000000005dcb6cf4f1bb9dabbcf153e5e3003e3f9130d1bf56828 3,056 1.00/1.00 vMB 98
664,992 664,992 00000000000000000009da37aab289efea489f928f4eb0899fb8cd2288cc8a5d 3,012 1.00/1.00 vMB 92
664,991 664,991 0000000000000000000680b24d1ff1e89b0154b741c3f84e437d401954830baf 3,063 1.00/1.00 vMB 103
664,990 664,990 00000000000000000008e5a85412ae0f9287c6b787b935ab35b07c73d8205b9d 2,428 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 781.78 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 10
  • Data Transfer:
    • Sent: 633.22 GB
    • Received: 12.18 GB
  • Uptime:

Notes

  • Use the search bar at the top of the website to search for transactions and blocks.
  • Memory pool size (vMB) is the total size of the raw transaction data (not including metadata).
  • Block size (MB) does not include block header, tx count, or coinbase transaction.
  • Feerates are in sats/vbyte.
  • AFR = Average Feerate

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

  • Basic. The data is laid out to try and represent the structure of raw transactions and blocks.
  • Fast. I've made the pages load as fast as I can. If you can't be pretty, you might as well be fast.

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:

  • bitcoin-cli getrawtransaction <txid>
  • bitcoin-cli getblock <hash>
  • 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.