Loading Tool

Explorer IconExplorer

Memory Pool

53,768 transactions
29.92 vMB
0.10348503 BTC
Random Selection Loading Transactions
Max Size: 160.66/200 MB

Candidate Block

Mining Attempt 5b797de9a843314530c57da007ef9bfa38b34365e6162dadb33a512f94c938e9
Version 20000000
Previous Block 00000000000000000000c82bf1f7d055428156e8d4702bdc0fed9066619a5fcd
Merkle Root 77e67a6c9f0488be2076b5d6242338259b26ede15f20647f8c010b28c1b8223b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,186
Size: 1.00 vMB
Total Fees: 0.02859653 BTC
Feerates: 157.35 > 2.87 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,713 (767,062 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
147,651 147,651 00000000000009cabc2fcb898a7ee1f557c127bbd4e42d567a23ec567a703d21 12 0.00/1.00 vMB 690
147,650 147,650 00000000000002a300ecd2dcfa9464a92a78c31b6aa7c375004f0fd737c91994 57 0.03/1.00 vMB 123
147,649 147,649 00000000000008df32e75c06c0b0e2f8129bb98b50481f194f7da121636094fe 63 0.05/1.00 vMB 33
147,648 147,648 000000000000020106541ac14704ceb1223ec69209edc9d4afbe7c8a2935ddb3 53 0.01/1.00 vMB 7
147,647 147,647 000000000000083a4e4e8cd2add253b0d238ea4bca59bd1e278ea02c956f310f 11 0.00/1.00 vMB 0
147,646 147,646 000000000000085d58f1d15cf57cd3b5bd6907a729e1e08584daa2a9f9b0b4e5 70 0.03/1.00 vMB 80
147,645 147,645 000000000000033abdc131ae0b00bc6f75fed3609a39ae42041c2285f805c661 1 0.00/1.00 vMB 0
147,644 147,644 000000000000099f2bac72748bccef28f5f739fe01f4aa084dabf41f3b3c7f7d 16 0.01/1.00 vMB 104
147,643 147,643 0000000000000367987d18cac92ebf06706b56d0a2ac8e9c5db4991e04a8e9e1 1 0.00/1.00 vMB 0
147,642 147,642 00000000000005d8a6c87e2d9b7c520962439c78e4baed6aa94a5dc9e8007f94 2 0.00/1.00 vMB 52
147,641 147,641 00000000000005baee2420817365c0103531b03429063d6dab26c996d4650f90 12 0.00/1.00 vMB 20
147,640 147,640 000000000000023ec381712fc0425338eafd922192962a782a302d6f0ff4c8d3 73 0.03/1.00 vMB 198
147,639 147,639 0000000000000431dd94549d11cb04044c77a701511ac6f91276398eb4ef92f9 39 0.02/1.00 vMB 21
147,638 147,638 00000000000004131b788805e1beda32b1cb41d1f77e726bc054f99e78150d7c 12 0.00/1.00 vMB 0
147,637 147,637 00000000000006ef026b0037cf0003a64acb71624feb1d127ea2d9ca93c74c97 16 0.01/1.00 vMB 189
147,636 147,636 000000000000096fb9026114da2f12b37f12f4d864ce0198c2d8db3ebe16f981 10 0.00/1.00 vMB 16
147,635 147,635 00000000000003426ced87804eb5a6b95b680dc8e0c0b27ef5d3e422880e6bce 1 0.00/1.00 vMB 0
147,634 147,634 00000000000002a3a18a469c2d2f557d0a89e72d331a0f91a29e509fec8a3e60 11 0.00/1.00 vMB 32
147,633 147,633 00000000000008117639585b00325453377c82d78337c3cbeb1707a353c6971d 28 0.02/1.00 vMB 117
147,632 147,632 00000000000001f826a205ef15ddabcbad12b146f0ce142e2cd0d160d5c5d151 7 0.00/1.00 vMB 26
147,631 147,631 000000000000009c4beb1d0170d450adcfc2d03f1ec08438a355c949fa97bfd9 19 0.01/1.00 vMB 376
Previous 10 blocks ↓
Total Size: 781.89 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: 645.10 GB
    • Received: 12.68 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.