Loading Tool

Explorer IconExplorer

Memory Pool

82,426 transactions
31.23 vMB
0.12408100 BTC
Random Selection Loading Transactions
Max Size: 189.23/200 MB

Candidate Block

Mining Attempt 0f7eb6129c945b95c9392102394e28c38e62ec059ad974eee99ea5615e9f4ba2
Version 20000000
Previous Block 000000000000000000000eae6ae416cdad2dec45a411fce4671dd0b42eb663a3
Merkle Root c07c05d16e2b47d09215cc0b9da3965b967f675d15547e7ff5de469f335f5e0b
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,182
Size: 1.00 vMB
Total Fees: 0.04242298 BTC
Feerates: 318.30 > 4.25 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,401 (490,985 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
424,416 424,416 00000000000000000185eed1b8985ab416b8fa1e5a5029cf66f635ae40733c26 2,589 1.00/1.00 vMB 76
424,415 424,415 00000000000000000075cf0d9aa557451b6b95ad605b920ae1b5fbcbc978c4db 2,223 1.00/1.00 vMB 77
424,414 424,414 0000000000000000049da9aed353d2f207242a2479ed11c585841640263be573 2,615 1.00/1.00 vMB 74
424,413 424,413 00000000000000000084d2149fa1f11302fe14be239faec9789016e563f62256 1,277 1.00/1.00 vMB 40
424,412 424,412 000000000000000004149b4fc141991e1dc147ac8ac1448d5130679e19a334f7 2,747 1.00/1.00 vMB 90
424,411 424,411 000000000000000004b84de93c325a8de0d5cdb373c633f7650cff963c29994a 2,346 1.00/1.00 vMB 77
424,410 424,410 000000000000000003ed1b1fc34670e8a1de594c10ed8e107de0a8f11dd3e1ac 1,602 1.00/1.00 vMB 40
424,409 424,409 000000000000000000ecb958ae4a4a0d544c64337b373fd21e4f5b0b55a8c84a 1,736 1.00/1.00 vMB 47
424,408 424,408 000000000000000000b0a5ba922529430f335f9451ed230163f06944f0cf332c 1,643 1.00/1.00 vMB 34
424,407 424,407 00000000000000000499b6c4d3f41d8a8b0bc79d35c2d135e448e05b2e68842a 2,700 1.00/1.00 vMB 52
424,406 424,406 0000000000000000040ce8812fac799b95eca5bfaf70b856362c3bfeb8b420b2 2,815 1.00/1.00 vMB 57
424,405 424,405 000000000000000001ee4a01160c46c4bf337559e240b0a20c63a9e39254495b 2,316 1.00/1.00 vMB 64
424,404 424,404 0000000000000000006debe7e00b946427025cc6b4927ec651abdbd1543fe2d7 2,851 1.00/1.00 vMB 95
424,403 424,403 00000000000000000002c22b75557eed3bfad1fdc0f5ca280b5d9e9ebf7ca6d1 3,361 1.00/1.00 vMB 150
424,402 424,402 000000000000000002dafd94cd854c42e5be8e57191672728b2920b42aac0fa3 233 0.08/1.00 vMB 86
424,401 424,401 000000000000000001061509cbf37ec36715ae58a5a2d54359583890e610c6db 608 0.28/1.00 vMB 156
424,400 424,400 000000000000000001d47f2a4d3db94b461f7f2a7abaf53617d829f7c678a82d 745 0.99/1.00 vMB 22
424,399 424,399 0000000000000000012fd6dca6d9addfb3d7387ac717f1b7503104198586aba1 284 1.00/1.00 vMB 14
424,398 424,398 00000000000000000504b1c5641daff5c67e721729b6debf729709b9a64e938b 1,271 1.00/1.00 vMB 28
424,397 424,397 0000000000000000028245ca21bf603699fe0a39b5b84bc3f1835e6a6419c9cb 456 0.17/1.00 vMB 81
424,396 424,396 0000000000000000015b54df99d2f5fc4e5752bb1af7c13a519f085233707227 1,348 1.00/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 783.08 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: 722.16 GB
    • Received: 18.39 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.