Loading Tool

Explorer IconExplorer

Memory Pool

75,850 transactions
28.13 vMB
0.08838629 BTC
Random Selection Loading Transactions
Max Size: 170.58/200 MB

Candidate Block

Mining Attempt baf353792baef1a00c264ed32fd441c04d8c216c65aea5e8daf9ffc5441c567d
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 5e4e1a25ab71932e8220b8282f5394b1b2c4c21eaf54655d175390bcfca6c1fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,666
Size: 1.00 vMB
Total Fees: 0.02704118 BTC
Feerates: 150.80 > 2.71 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (459,246 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
456,019 456,019 00000000000000000055afbd097af937190a52a58776e091a8f25a806f3a5b5a 1,722 1.00/1.00 vMB 255
456,018 456,018 0000000000000000004ce70f9472401d8cf46094fc588894b3e2abc2bd3e00f8 1,823 1.00/1.00 vMB 168
456,017 456,017 000000000000000001563904362c980bf92b987112b80587d49a59dea8cfaf53 2,493 1.00/1.00 vMB 227
456,016 456,016 000000000000000001b618ca6e753d7e937f330c2d32719f237b8ff787257c1c 2,239 1.00/1.00 vMB 198
456,015 456,015 000000000000000001cfe4a98daca5d216405aa588f9015ac48258fdc70c78fe 1,909 1.00/1.00 vMB 180
456,014 456,014 000000000000000001291488b4f086ee6e0ac4864c328d6da033ff6c6038e381 2,485 1.00/1.00 vMB 212
456,013 456,013 000000000000000000c79e6cc13685656cc33f305e475e17cf8accc37a6fae67 1,820 1.00/1.00 vMB 183
456,012 456,012 000000000000000001b12064d0aed4923376852d321b38e8fd20cef1d9c9b616 2,827 1.00/1.00 vMB 220
456,011 456,011 000000000000000000ec957c433b003d610dbe697627bdb879856177fbc19620 1,756 1.00/1.00 vMB 230
456,010 456,010 0000000000000000019780e2c73bc2be537acbf13056ad8d2bd3021f2e2b3e37 2,085 1.00/1.00 vMB 138
456,009 456,009 0000000000000000022fbb20993f21659daa402f96c7b6c22df1ccb877313819 2,058 1.00/1.00 vMB 166
456,008 456,008 0000000000000000011a8b168f49ee54f474cc7dde4820d9a41e7aeb44044aa3 2,244 1.00/1.00 vMB 187
456,007 456,007 0000000000000000017856a89b44e26670a273c875b8de4ecaa76fef0d90d021 2,970 1.00/1.00 vMB 255
456,006 456,006 0000000000000000011d90d3fc3f4fe03ceda7b79de0613cc53775ee1f9461b7 2,570 1.00/1.00 vMB 214
456,005 456,005 000000000000000000d3c6c3ed969888ed6e04eeb40c9cd7998074732766c4de 2,051 1.00/1.00 vMB 167
456,004 456,004 000000000000000000487c0386ce238d4f9afa580a697088b466fae0e4736909 1,657 1.00/1.00 vMB 166
456,003 456,003 000000000000000001a11d04dcba2ab5d05fd7e57d6b00c2b07d4af47311fc15 2,309 1.00/1.00 vMB 165
456,002 456,002 0000000000000000004c8cc0929267faf63d35125109b36f919b910b01699123 2,623 1.00/1.00 vMB 197
456,001 456,001 0000000000000000021f8b3e9ca80ea6ed3a1c8c9e93657b61e47addccb1357b 3,400 1.00/1.00 vMB 309
456,000 456,000 000000000000000001bd5a9adcc4fc3be22a3691c4845fde8e14b6a763da089f 1,962 1.00/1.00 vMB 157
455,999 455,999 0000000000000000013bb366f4238d4ddcafae26d8671cee186e3b38383d90f6 2,763 0.99/1.00 vMB 243
Previous 10 blocks ↓
Total Size: 782.85 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: 712.61 GB
    • Received: 17.20 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.