Loading Tool

Explorer IconExplorer

Memory Pool

41,905 transactions
26.52 vMB
0.06014537 BTC
Random Selection Loading Transactions
Max Size: 138.55/200 MB

Candidate Block

Mining Attempt 3acdc35f0ffe79d8e53655ce6a8b1fd02afba2580cee71e3a5ea6a7d66d72f6d
Version 20000000
Previous Block 000000000000000000009172c47a169670d4fbb39e581fcbeb28ccbe02f86130
Merkle Root 8bf8a614e1107f83018f0db9c4d26475ca689ec6e215c2eaa0161bc7e02a9b2a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,006
Size: 1.00 vMB
Total Fees: 0.01138494 BTC
Feerates: 47.58 > 1.14 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,870 (732,202 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
182,668 182,668 00000000000002c259587011c1388d52d18cca6079fd388a2ef9ca1060f8775a 1 0.00/1.00 vMB 0
182,667 182,667 0000000000000a83249befd6965b700dee868405d18e757445a9097e6d50e914 43 0.02/1.00 vMB 166
182,666 182,666 000000000000085106d3d5563e7730c5dd324d2d085430856adea4adc6ccf331 27 0.02/1.00 vMB 65
182,665 182,665 00000000000006665b2fab3356106e422d9fe21eb09f378adcf18de8e298c2e4 92 0.04/1.00 vMB 150
182,664 182,664 00000000000009181f236ac98c9deb9be7f619aa52e7f2ccc3b93459da32dc11 40 0.02/1.00 vMB 96
182,663 182,663 000000000000017cf65d2015823fe9dc7b3c6ed2a29c420d57939a68fc2db6ed 87 0.06/1.00 vMB 94
182,662 182,662 00000000000000d868e8e07d62a31f598ad912a164b57356b8342da48f8177bd 6 0.00/1.00 vMB 3,219
182,661 182,661 0000000000000247c2387f8b3395e8ed586b5741c95de8b9d3f0d6ddd413a59f 47 0.03/1.00 vMB 78
182,660 182,660 0000000000000661e511f87b4f4759b12144f0b72a21a4e1626268fc1f050c4d 148 0.05/1.00 vMB 76
182,659 182,659 0000000000000955e1fef5ce924efc16fa5d47d0d852566f738ad601fa340f55 86 0.04/1.00 vMB 111
182,658 182,658 00000000000006de595566b4f0791f3035379592646a80e3f7811cdc4614e4ca 64 0.04/1.00 vMB 106
182,657 182,657 0000000000000953a60577ea98801c4fa631a3134c7d782e3af6d0369b263d97 89 0.03/1.00 vMB 160
182,656 182,656 00000000000008493848d4b880340b7337b4f2c712e4151c8c661cd4f0c651ff 101 0.03/1.00 vMB 95
182,655 182,655 00000000000001c4c5e6f55e41e4a8bf3c20ba93dc7af8ff0a6b6dd1a5e74fd9 32 0.01/1.00 vMB 159
182,654 182,654 00000000000005dd5806d17e45e8c26ba580a55e29deea72413ec98dac12d74d 64 0.02/1.00 vMB 95
182,653 182,653 00000000000001d83870e0055fabd26e031d46652268bcec88e9ab59a4118890 45 0.02/1.00 vMB 89
182,652 182,652 0000000000000a321490e6f8683460dbb882fb01e214c158e547b4d85375ad40 5 0.00/1.00 vMB 0
182,651 182,651 0000000000000381e0a6d1d22c62efdfbf9e45537239f53f124abbd070ca5835 142 0.05/1.00 vMB 112
182,650 182,650 00000000000008b2893f56c84a1208c18ac08ca5bee7f925049b093ae3a30e7a 121 0.04/1.00 vMB 92
182,649 182,649 00000000000007ae5ed7bd18fb91a64fd47e10a88a634a471ef599ce212227d7 42 0.02/1.00 vMB 93
182,648 182,648 000000000000082e877e7b21fd56d54934c9e03bfa8163089670a83ef4b21061 13 0.00/1.00 vMB 31
Previous 10 blocks ↓
Total Size: 782.16 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: 653.27 GB
    • Received: 13.85 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.