Loading Tool

Explorer IconExplorer

Memory Pool

43,754 transactions
28.18 vMB
0.06753428 BTC
Random Selection Loading Transactions
Max Size: 148.79/200 MB

Candidate Block

Mining Attempt 1b611d77f0299a4e0780bea16061c87a6de6a4c46af1a0263829a351dbfde512
Version 20000000
Previous Block 000000000000000000013370732e51b6e662072ad4a938e999ad227a5ec0d5ec
Merkle Root 7993e3d431ca4351d62e5f50809f0a86271437bc3ca79b60cb71cf61c30ad415
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,343
Size: 1.00 vMB
Total Fees: 0.01427853 BTC
Feerates: 100.23 > 1.43 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,837 (161,809 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
753,028 753,028 00000000000000000006e246fa503c364c318197ecb2dd9bdccb697ce27d5039 2,726 1.00/1.00 vMB 11
753,027 753,027 00000000000000000001330abca2b887ca206a5cf4c49eecb5cd2bda00030a2f 2,080 1.00/1.00 vMB 16
753,026 753,026 000000000000000000002113e7f40bb5efefe2e0528d5ed104e383af1add5653 3,404 1.00/1.00 vMB 14
753,025 753,025 00000000000000000008d84c3e6d7b8cdad1364baf2a73d1e6e52ca8162f8343 3,392 1.00/1.00 vMB 19
753,024 753,024 00000000000000000004371b2f3d6ddfe8b3288018304d843cb615bf515e374f 3,702 1.00/1.00 vMB 19
753,023 753,023 0000000000000000000789d8f8dfaf742fb5728a38475cb0b5dcf1ccf23e1134 3,189 1.00/1.00 vMB 22
753,022 753,022 0000000000000000000465f985f4568950cd11b36bf1add17049da094c4132a7 139 0.22/1.00 vMB 2
753,021 753,021 00000000000000000007f24b5c957e42c16f204efacdce2e2c479fb936b323cc 1,170 0.94/1.00 vMB 3
753,020 753,020 00000000000000000003762a5f80f6112b0fdbdf6e2592eb3f8da6708747d56b 903 1.00/1.00 vMB 18
753,019 753,019 000000000000000000045fe3fd6ba2c67c03e74d5c1ba75203003cc6913d159a 953 1.00/1.00 vMB 10
753,018 753,018 00000000000000000001ed5d4c73306e39243b340c997e38b7c4c72560e8d7a8 418 1.00/1.00 vMB 11
753,017 753,017 0000000000000000000495ff314d19aecbe09eeaeaa6e3d321ce79348ca19000 869 0.56/1.00 vMB 11
753,016 753,016 0000000000000000000396a8bdfc34c34bf3a8ee839e9f7e74f849ce62e5d3f4 2,135 0.97/1.00 vMB 9
753,015 753,015 00000000000000000007dd34f1d73a8d5dd88429b6ff09fd53a48fa7abd1c2e8 1,273 0.43/1.00 vMB 11
753,014 753,014 0000000000000000000426c02dddf7c523c7a3aa4c2871b2b4474f0fdd26baac 2,407 0.76/1.00 vMB 11
753,013 753,013 000000000000000000064af4378fa87493db2613d29128efbf2125710faefc2b 3,173 1.00/1.00 vMB 12
753,012 753,012 00000000000000000003c11cf6eb6d9fe1f1ef95ef27f81d18bbcf5c5289df35 563 0.19/1.00 vMB 4
753,011 753,011 0000000000000000000267b00d66d2289dc464ed8d75c3eefa966aa57a64861c 2,511 1.00/1.00 vMB 14
753,010 753,010 00000000000000000008ea7fc3216fd4c8c3eb49dae21d1441174bc6757ceb00 773 0.33/1.00 vMB 16
753,009 753,009 0000000000000000000065b0c41ac252ae6b6e65d6e3bbc7e0d4b4c54451963b 906 0.33/1.00 vMB 10
753,008 753,008 0000000000000000000621ddd74052f1a635ee865d42c40b99d390e7c1f303d8 115 0.03/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.10 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: 651.69 GB
    • Received: 13.63 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.