Loading Tool

Explorer IconExplorer

Memory Pool

25,219 transactions
12.03 vMB
0.06013527 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 68.48/200 MB

Candidate Block

Mining Attempt 64bd2fa5c9cc297913601e3ad57c134e14af17f6bd3b0cac6fa20f22833fb225
Version 20000000
Previous Block 00000000000000000001009964e88fcd9974c2e2ecffbc959a8654575bda98b3
Merkle Root b08320f88fe41e13822ac336e63526afd7447f0d448c321047bf6a8f55ebc416
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,330
Size: 0.997987 1.00 vMB
Total Fees: 0.03991870 BTC
Feerates: 101.64 > 4.00 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,699 (782,216 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
131,483 131,483 00000000000003906515171e15ac6e089fe1a81dae6244782a9124d2576f0cd9 11 0.00/1.00 vMB 0
131,482 131,482 0000000000000f3a1238fa6d9b1fecf1fe790770f725e7d0e13db59de1e24deb 33 0.02/1.00 vMB 582
131,481 131,481 00000000000009c91892dd8f44feb5da9bfbd37df6f892c5439a551590d8063f 10 0.00/1.00 vMB 930
131,480 131,480 0000000000000d494ab4d48725666d4b0b6637c028bde19438fb6fa74240aa84 176 0.05/1.00 vMB 13
131,479 131,479 000000000000122fc13ab1f3d3648d53d3cbea3ca3af1f23461f685d829cd515 18 0.03/1.00 vMB 1,001
131,478 131,478 00000000000005c1bdd66c7c5f93bc761ed919a9c0a3a0080aff9271920458d8 88 0.05/1.00 vMB 415
131,477 131,477 00000000000003a9b6df7e6d5310abc89795959d38535322122f49e907ae6bdf 72 0.04/1.00 vMB 906
131,476 131,476 00000000000007216b0fd6a527a918d5496aa4da644f4cac36e31337e15335fb 237 0.13/1.00 vMB 485
131,475 131,475 00000000000003f8f443b4b24699d695e5edc0d04dbf78f1970f2e97d7353896 1 0.00/1.00 vMB 0
131,474 131,474 000000000000029db6e314ecffa91758f3655af3ac5a894fd037988653f9d55e 78 0.03/1.00 vMB 718
131,473 131,473 00000000000011d4fe4d946162813c6d70329a6db9eb922a958bba671dccabe8 76 0.03/1.00 vMB 78
131,472 131,472 000000000000062130b5cd9ad9feba7ebb54bc114af4a46abcc1321c30bd0dc9 50 0.03/1.00 vMB 148
131,471 131,471 0000000000001065a52901814f5151db47d335b521a822b863bf7cc6c74f175f 45 0.02/1.00 vMB 1,969
131,470 131,470 000000000000109f327df31dcc4855ff44db116ec1829bda5097d4195357f5fc 41 0.02/1.00 vMB 1,584
131,469 131,469 000000000000093e693f4bdfc4e413f48003c70f274923a7a5dacb542919954c 10 0.01/1.00 vMB 1,042
131,468 131,468 0000000000000afab5485bad2b79eb51ab734a978cd407a4a4f26003dabf7273 139 0.07/1.00 vMB 990
131,467 131,467 0000000000000f5c268ec67985d9c1b1796020efbb4a3ef2a5fb225da61c8fc2 44 0.04/1.00 vMB 838
131,466 131,466 0000000000000c0e8da9bef6886f1c282133eefe3a477eca5239fe1e6c634184 82 0.04/1.00 vMB 404
131,465 131,465 000000000000023a5d7a288a604dd9790819e6fc97009af7252f2183fa7e463b 59 0.03/1.00 vMB 947
131,464 131,464 0000000000000373a8d5f21bdf9d7ffa86b961e6d598fb2541082d29c2624b0c 13 0.00/1.00 vMB 724
131,463 131,463 00000000000002802ae5dff7f54da05966dee110423be069a42af09b1e3fddf3 145 0.05/1.00 vMB 88
Previous 10 blocks ↓
Total Size: 780.09 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: 493.23 GB
    • Received: 3.46 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.