Loading Tool

Explorer IconExplorer

Memory Pool

44,820 transactions
31.71 vMB
0.08826314 BTC
Random Selection Loading Transactions
Max Size: 161.68/200 MB

Candidate Block

Mining Attempt daf6e76799a162394adae07216b8725006c3d77314fff4f59d5fd6fb36498828
Version 20000000
Previous Block 00000000000000000000f6c43da0dd122ec4fac7f5ddc1ce44175386c6fec186
Merkle Root 8d7ed5297a5db2101e586267b05b2d38b02e50321f53f0b9ea69271b2caa3795
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,071
Size: 1.00 vMB
Total Fees: 0.02049989 BTC
Feerates: 201.37 > 2.05 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,460 (790,682 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
123,778 123,778 0000000000004766e0d9dcfa1af693e7470db375b4668281b387bf346af92b02 7 0.00/1.00 vMB 338
123,777 123,777 000000000000438fc2ef78f04662947af7130c17e935f98ec8e79c99cbb798b6 48 0.02/1.00 vMB 271
123,776 123,776 0000000000004c48b96aa6c39bb79bd8be3905e6a5bdfc7f5bffe8cee7bb014a 8 0.01/1.00 vMB 1,349
123,775 123,775 0000000000005e59ee33b4301cdfaae4611159e451f44c85c98d354b5cfe59ec 26 0.01/1.00 vMB 995
123,774 123,774 00000000000026c11b5026120a93034c8b9522f0d2c8f300d3aa07c5d90a86dd 10 0.00/1.00 vMB 656
123,773 123,773 000000000000606e2db66a22257a1ec139b146232091ff3b19240d03f9b29389 9 0.00/1.00 vMB 0
123,772 123,772 00000000000056c5cbb0ada3f374fc28b12666486f134d2043648c995888df91 11 0.00/1.00 vMB 845
123,771 123,771 0000000000001dc66351bed143c9302d57a97261be29d1a02e93f72767170cf1 2 0.00/1.00 vMB 2,272
123,770 123,770 00000000000025244e23268a9b0b215026a0480642e253ee63537fa90514d6b6 14 0.00/1.00 vMB 1,453
123,769 123,769 000000000000497d581e0d9d85570cc7e3007fa5ab4c6facabaa3f3276db29fe 11 0.00/1.00 vMB 549
123,768 123,768 000000000000025a037be7a6ede7cfa11811bf497a477cb6d7f219ecbd6db960 32 0.02/1.00 vMB 64
123,767 123,767 00000000000033c885072fb95c9ba5563eedf324584839f6462f346b4312afc7 5 0.00/1.00 vMB 2,174
123,766 123,766 00000000000016b4474216b350ee771fa237a124fabce279ae87ae3b3811e55a 15 0.01/1.00 vMB 954
123,765 123,765 000000000000567929a9d3d56eea02fb06dea925c7c790296c58542931dd034b 3 0.00/1.00 vMB 1,190
123,764 123,764 0000000000005548ec186707b271e8db50294abf6a38fc22593de230d929fdd0 30 0.01/1.00 vMB 78
123,763 123,763 000000000000661646e39e6fb7696b4a9fdd8560660af85edbd5442608a6798e 4 0.00/1.00 vMB 2,566
123,762 123,762 0000000000002955fab8d465d2190fb30b72be5eed09f5100bd8e850409ac87a 10 0.00/1.00 vMB 1,524
123,761 123,761 00000000000046a015dd9e7e8917b87cae661772049cb4092a3d63f8d042a3db 4 0.00/1.00 vMB 595
123,760 123,760 00000000000043ea7646a1f39347c19372107319d85fc27c18d68c92ac1b6705 26 0.01/1.00 vMB 528
123,759 123,759 0000000000002aa037b0a50321b59616b5a76b592e5f9d4f2272cdbf0c9b6ef5 18 0.01/1.00 vMB 1,228
123,758 123,758 0000000000000a669d4b512fcd0395106e0e55b7a6a28ef53c8e0f7cee393084 13 0.00/1.00 vMB 1,195
Previous 10 blocks ↓
Total Size: 781.42 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: 608.56 GB
    • Received: 10.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.