Loading Tool

Explorer IconExplorer

Memory Pool

73,500 transactions
27.18 vMB
0.06253128 BTC
Random Selection Loading Transactions
Max Size: 166.07/200 MB

Candidate Block

Mining Attempt f1a255cf35fa5228f0c864379bb599dc51cb7ee901e64f547cb40f7545c4ff19
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 2593774e18fad21283ef1f921f002b0014da1f1a60ddca0012c92388f3ef219d
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,900
Size: 1.00 vMB
Total Fees: 0.00493072 BTC
Feerates: 14.05 > 0.49 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (859,605 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
55,706 55,706 00000000100a0552891cc4460f9fc0ef5476d3d2a2e40d55087a5a7399f5e0f9 1 0.00/1.00 vMB 0
55,705 55,705 000000000b977c8849b55111f7514747f943f4bea79f942b2a7de6bfb0665cdf 1 0.00/1.00 vMB 0
55,704 55,704 000000000f287aa14054b48b894979f537d91f3e3e167bdf55b1106f8d621993 1 0.00/1.00 vMB 0
55,703 55,703 0000000013475e64aa974fdad4296313b44caca3abd34c47b88b11194784dc0d 1 0.00/1.00 vMB 0
55,702 55,702 00000000076af3326923b954b952fbb06b033fc5729a86f107814035979284e2 1 0.00/1.00 vMB 0
55,701 55,701 0000000000b1135d491d42538c10e9e855e2e6cb4604226b400fef19ab4fc3ee 1 0.00/1.00 vMB 0
55,700 55,700 000000000288f3a9dfbcbc0f3e4d5e8272c889fc43d00d123ed7a2cc5847f15c 1 0.00/1.00 vMB 0
55,699 55,699 000000000f88bf7a2840327bb2068ad088331d96b10110c852f44d893beb03ef 2 0.00/1.00 vMB 0
55,698 55,698 0000000013ea0c95d8aefbd8ad1533c72a1f5173ee09145f43f4fba2ff483b5e 1 0.00/1.00 vMB 0
55,697 55,697 0000000010b96b2155158b380cc2da70e212641d7d729ceb41bfaf3e49885b66 1 0.00/1.00 vMB 0
55,696 55,696 000000000dbaacee564d82dcc2feb183f151d4ab1eb70b571bd811299cccb540 1 0.00/1.00 vMB 0
55,695 55,695 0000000013206b3b4116b4c85e2199c66b2545d1382c44db81aa5f0b1f3dbc56 4 0.00/1.00 vMB 0
55,694 55,694 000000000b151fd0e6df6106bf6aeff7d1ca09594c24b692c89956c10132ad28 5 0.00/1.00 vMB 0
55,693 55,693 000000000d2b59773e4c4b56a7461ad54fd231a65f5f3a9cdb2b48d636a408d2 1 0.00/1.00 vMB 0
55,692 55,692 000000000f5c92c4e4741011130040cc79dedc4d056abcd23918af1c870f1826 1 0.00/1.00 vMB 0
55,691 55,691 000000001210bfb2ab00505c1b55f2516b94ed14b0d505a25a43f973e6b4967f 1 0.00/1.00 vMB 0
55,690 55,690 00000000020157f6ca814f54e23555451a543a355ae368528e06226b43a8dfb3 1 0.00/1.00 vMB 0
55,689 55,689 000000000b2bba46069b5612ab01980f32537075f4ff9cee6e5e0a3377c5c574 1 0.00/1.00 vMB 0
55,688 55,688 00000000016612416024d32d67db4e48cfcb404004d9eb5ba2364fbed187cab7 1 0.00/1.00 vMB 0
55,687 55,687 0000000009a8be5b43bff3ba4e94dc30022cb42a52e8ee294faf66f9639ba462 1 0.00/1.00 vMB 0
55,686 55,686 000000000ee22a56582690329029ad4f0c8e382d5fc397481a52cccc90686eac 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

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