Loading Tool

Explorer IconExplorer

Memory Pool

45,692 transactions
29.06 vMB
0.13926888 BTC
Random Selection Loading Transactions
Max Size: 151.38/200 MB

Candidate Block

Mining Attempt 5aabc1e834039a6812851c6106a5f1850f5f27afd0e144e11ef0158c0739f697
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root e4bf176812e0d9c4cc22137337ad7beeb0dc6f3ce19dfa7c7b28e2e0e1e0d3b0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,825
Size: 1.00 vMB
Total Fees: 0.04203141 BTC
Feerates: 150.75 > 4.21 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (767,064 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
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
147,630 147,630 0000000000000348938964dae446505e76ea3d4226c1ffa59988892c684c9943 18 0.01/1.00 vMB 80
147,629 147,629 000000000000011adfbdd3a73e74d85e8ffb75e314b9001025d417490acd2642 85 0.03/1.00 vMB 78
147,628 147,628 0000000000000011408f0031703232a7d4ae6c681dc141d3065b0d6b9e2670ea 5 0.00/1.00 vMB 50
147,627 147,627 00000000000000fc1ce3da81b86e55db560d317a8919ab302791e5333ffa1903 67 0.02/1.00 vMB 5
147,626 147,626 00000000000003553cfcb2e1c17ad82473aa4db381ffe1ae74d5cbf18b702f76 33 0.01/1.00 vMB 131
Previous 10 blocks ↓
Total Size: 781.88 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.03 GB
    • Received: 12.66 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.