Loading Tool

Explorer IconExplorer

Memory Pool

39,461 transactions
31.33 vMB
0.08945362 BTC
Random Selection Loading Transactions
Max Size: 155.36/200 MB

Candidate Block

Mining Attempt 525d1cc4ee9899a532f59305b87fb21fcebbdfe02314ca4face0a1370a24d9d2
Version 20000000
Previous Block 00000000000000000000ea44a70c6c5a1746988eb08e5c869d17fe038fab6a12
Merkle Root 2becec3cefe794af9a7af7f85be6c31986ce9c82f3f19e537273fb9932d67f4a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,339
Size: 1.00 vMB
Total Fees: 0.02470150 BTC
Feerates: 301.05 > 2.48 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,389 (894,678 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
19,711 19,711 0000000013853322b7a26db1d7029ade0a14241bf784cda69d32fff0815a1a41 1 0.00/1.00 vMB 0
19,710 19,710 00000000ae3b2f30dc95a6b28c4903f46717b90a963e4cdb41830e660ba30ec8 1 0.00/1.00 vMB 0
19,709 19,709 00000000e61d92de2cf449a03cd992b6901aafe31ac53c395ac26c9159948597 1 0.00/1.00 vMB 0
19,708 19,708 000000005c5cb2acb3b4cf35a6d8372b87886d128eb96adf2119f2edc94ec3d2 1 0.00/1.00 vMB 0
19,707 19,707 00000000e24398a52de3ad9266a587164f12b1d04f150294b27837b13232b82f 1 0.00/1.00 vMB 0
19,706 19,706 00000000622d3068557ccff2cacaaa4def9bf884dfea02dafd35193d04722656 1 0.00/1.00 vMB 0
19,705 19,705 000000008165ca94b2d07f3e7b711df3a9fd8abbf3102c194dcb02187d8ff052 1 0.00/1.00 vMB 0
19,704 19,704 0000000032a0f585ced65fc374c58affc04056a57a251f47ed0e8189f3a9c604 1 0.00/1.00 vMB 0
19,703 19,703 00000000a279e12fad0d868eae64baaec2c2a751bac30e08212d74e805d7030c 1 0.00/1.00 vMB 0
19,702 19,702 00000000c760d47869d70b26441aa4dd26f396b101f00c7e94df23c8c56e6812 1 0.00/1.00 vMB 0
19,701 19,701 000000005ab5c46b76507087ab3c9eabcb0b4366fe8afe0e11ca784e5feee2c5 1 0.00/1.00 vMB 0
19,700 19,700 0000000049a9ef969e2ae2f44de940de9266ab59b624a49cdb4cff7ca68eb432 1 0.00/1.00 vMB 0
19,699 19,699 000000003221bb17df7833608d8a12212ae7bdd49a560e28c4c31b23649124c9 1 0.00/1.00 vMB 0
19,698 19,698 00000000645d608524934689ea1d4dad586450e24cfdd55b750dbd49a6b9b0ee 1 0.00/1.00 vMB 0
19,697 19,697 00000000203c1b4aa6a564b9d5f1e549a5766f3fd90f0404bc6672e1125a07ec 1 0.00/1.00 vMB 0
19,696 19,696 00000000e2d4b231b7234d43cbedef43ebd13597cf623d46b8db77ab07bd9533 1 0.00/1.00 vMB 0
19,695 19,695 00000000cdc84ffc04e5c3df91cdf4abe76defdd786587f18d5d1e33c9c5e8dc 1 0.00/1.00 vMB 0
19,694 19,694 00000000dfd868fd66d701a8c64005768cef9491624359f49712b99345599770 1 0.00/1.00 vMB 0
19,693 19,693 000000007a09283923a6d198a0b9cc873fdc440d929c195cd5bfc830a483cbfe 1 0.00/1.00 vMB 0
19,692 19,692 00000000dd88fc9eecb715d10f3867236e0ddb863bf2de8b3a6eaf2f789dd88c 1 0.00/1.00 vMB 0
19,691 19,691 00000000914e7044a4ebd28b5ccf24dfb4546c30d01707cd302d25517e19fab1 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.29 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 598.05 GB
    • Received: 9.91 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.