Loading Tool

Explorer IconExplorer

Memory Pool

48,642 transactions
29.59 vMB
0.08896755 BTC
Random Selection Loading Transactions
Max Size: 157.66/200 MB

Candidate Block

Mining Attempt 4ac6d5b142668e265071d8995593106b63bf40e55854f588fa7df7ff1f308f4d
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root fd3b1b2c556193642deb523de824b3928062e69064b4a5fd6e0018b892cd455d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,923
Size: 1.00 vMB
Total Fees: 0.02743770 BTC
Feerates: 105.02 > 2.75 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (342,090 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
572,756 572,756 000000000000000000089cfc1944d700905d4ff8fdfc18c5efd4e8565b148f86 1,684 1.00/1.00 vMB 64
572,755 572,755 0000000000000000000e6ade9e87ac924170dfacd0fd09b297e058653f0ecee7 2,602 1.00/1.00 vMB 94
572,754 572,754 00000000000000000013bb09a6e841e11a988f64af7f3b8c8c7694326462eebc 2,838 1.00/1.00 vMB 72
572,753 572,753 0000000000000000001e2250474a0e98614ceb8880c2d944ed6ab6268180452d 2,763 1.00/1.00 vMB 83
572,752 572,752 00000000000000000008f125261151e5a1812f3f34cf80f375943c687a9ba6b7 2,597 1.00/1.00 vMB 71
572,751 572,751 0000000000000000001b4b5c556e5b0fba6bb71b0da3016e91149e0b2b9dab6a 2,848 1.00/1.00 vMB 77
572,750 572,750 0000000000000000002417420084e724af21d1e5c6d92b3b9aaae418f115f429 2,626 1.00/1.00 vMB 83
572,749 572,749 0000000000000000001990058340f17bb2bd91ece75e3b4e8b2089eda8ecf644 2,386 1.00/1.00 vMB 71
572,748 572,748 000000000000000000241cd3be362ef6ad3286996db1a07002282a53f69dca2d 3,084 1.00/1.00 vMB 64
572,747 572,747 0000000000000000001a82cd1b7adc2192568b26517378ff6360fd8c38cef320 2,834 1.00/1.00 vMB 79
572,746 572,746 000000000000000000281a467a2f64f5b0283f9fd40c0bc3678776d33cf75723 3,065 1.00/1.00 vMB 90
572,745 572,745 000000000000000000074512c8c18ea52d32eb4b9f23ea35b86df9a8a99817c1 2,807 1.00/1.00 vMB 66
572,744 572,744 000000000000000000246ff0621e94edde75374548bf663e568f622b93eb46d0 3,108 1.00/1.00 vMB 63
572,743 572,743 0000000000000000001fc0eb39605675ac6b11decb952d7f86a252b56bd3f1df 3,139 1.00/1.00 vMB 80
572,742 572,742 00000000000000000008a069d0fd979f3fcc7fd1964667752efabfc61db2a813 2,836 1.00/1.00 vMB 82
572,741 572,741 00000000000000000023fbce27c03fa0228e2fc215d3f482622fdadb5c043d3c 2,371 1.00/1.00 vMB 85
572,740 572,740 0000000000000000001a7130668dcf5a68c309206ce2308cffae7628e06bdc8e 2,544 1.00/1.00 vMB 36
572,739 572,739 0000000000000000000168ab0433fcc79369ae87dc5d9ab1d2dfa373b3211095 2,648 1.00/1.00 vMB 38
572,738 572,738 0000000000000000001156dfa416e36a4fb01661c68c9271ff25220a8dee4a79 2,788 1.00/1.00 vMB 68
572,737 572,737 00000000000000000005d88ac92a8ffaee50b572165f1007c5b98d22ba92018e 2,906 1.00/1.00 vMB 28
572,736 572,736 00000000000000000008b23c8e3e6b7f1cd014d0551ad80bd2ad135e66d686be 2,133 1.00/1.00 vMB 49
Previous 10 blocks ↓
Total Size: 782.12 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: 652.08 GB
    • Received: 13.71 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.