Loading Tool

Explorer IconExplorer

Memory Pool

41,662 transactions
26.49 vMB
0.05599765 BTC
Random Selection Loading Transactions
Max Size: 139.13/200 MB

Candidate Block

Mining Attempt 3021067e8c4d1fb667ca796c59ea040a7b623eb435e14ccea0b76e1172ace013
Version 20000000
Previous Block 00000000000000000001c9da3c7fdd5757753db26645c1c8633d9e2dd727a1ba
Merkle Root 58543e6907e709a0a6726d9b734201908efce55ceaae8946990393655631ef53
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,007
Size: 1.00 vMB
Total Fees: 0.00736057 BTC
Feerates: 150.93 > 0.74 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,802 (313,035 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
601,767 601,767 0000000000000000000a93d550d042fe587cb5e947ef01dfc9c76e95d7d4175f 2,448 1.00/1.00 vMB 45
601,766 601,766 00000000000000000012ca4018ef91c2436655e3916dcb62719d65e78cf37317 1,966 0.66/1.00 vMB 25
601,765 601,765 0000000000000000001465fb1870155fdb53a45dec0f19c03feb766682255316 2,418 1.00/1.00 vMB 10
601,764 601,764 000000000000000000092b88ef41f3bef6fff1cbca3e8aa234a0b308822ed591 2,491 1.00/1.00 vMB 26
601,763 601,763 000000000000000000041409e73e255ec79331ce0143dec10e490f179fa3cbf0 2,811 1.00/1.00 vMB 50
601,762 601,762 00000000000000000003c9ec89a13bcca08f7c3de8709e83cee1d8d385387497 2,228 0.83/1.00 vMB 21
601,761 601,761 0000000000000000000f9de36bc0b920246dff99d33052474a516a41f7061c4a 2,457 0.99/1.00 vMB 11
601,760 601,760 0000000000000000000d5fa9edb1a035c32811d4e792fca9c7c5578094a3a7bc 2,676 1.00/1.00 vMB 47
601,759 601,759 00000000000000000010d3dd8f1893d4f7cb6d33a0a2d11a115bc9df962737a0 934 0.32/1.00 vMB 27
601,758 601,758 00000000000000000005ed592b17e0dd7c4b423532361f0bacfd4414acbe8fd0 252 0.08/1.00 vMB 26
601,757 601,757 0000000000000000000b4ca9e0b72260c0f35e39e34285209dfcd7bfce2267f0 115 0.18/1.00 vMB 7
601,756 601,756 000000000000000000055ac345bcc6aff070dc06b901d40160c41ab1b29ca4b6 2,267 1.00/1.00 vMB 12
601,755 601,755 0000000000000000000f7ff9efed0aa053e57193783a2ec616483a794a7a7115 2,646 1.00/1.00 vMB 18
601,754 601,754 00000000000000000010fa5665d5757a83a7b7ab76a9bc50d648d804133800ea 2,484 1.00/1.00 vMB 10
601,753 601,753 00000000000000000001d7bf5ba683c617f5a841101974d2b6b16e9f430dcefd 2,720 1.00/1.00 vMB 38
601,752 601,752 00000000000000000001aab86b5f72838ae4e66fad4cff6296b0162cb02049e6 2,352 1.00/1.00 vMB 24
601,751 601,751 00000000000000000005f9427d46c6e6591eae01f20109998996a717dff5e9b8 2,928 1.00/1.00 vMB 29
601,750 601,750 0000000000000000000b2b560676800c48916f8b2dad8b42f4e08b27855309bf 3,196 1.00/1.00 vMB 24
601,749 601,749 00000000000000000009d128415eee593b0703163ed81685da3f9d6407261d59 2,264 1.00/1.00 vMB 38
601,748 601,748 00000000000000000007c41073dc810db1b2bdc1ac35ac1a37cf2bd4ce77fde1 2,367 1.00/1.00 vMB 69
601,747 601,747 0000000000000000000a0f482cc4eecf3d2b8482e0f41cd4e67d199e74375c9f 2,963 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.04 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: 650.44 GB
    • Received: 13.28 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.