Loading Tool

Explorer IconExplorer

Memory Pool

76,154 transactions
28.40 vMB
0.06468763 BTC
Random Selection Loading Transactions
Max Size: 172.19/200 MB

Candidate Block

Mining Attempt 920ce53c0f41226557e87fc7399118aa3c5a95851e186c425d63844b39e4e180
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root 0afb13feb252c6770fc37e5d3dde649ac2614ace8632ad28d9f68f6ee3985073
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,894
Size: 1.00 vMB
Total Fees: 0.00542519 BTC
Feerates: 41.50 > 0.54 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (253,640 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,520 661,520 0000000000000000000f077308f7fd3051cb176797d838b544f3de0b931e438a 2,374 1.00/1.00 vMB 45
661,519 661,519 0000000000000000000653071ae5979695d06d0b63702b2acaf4a6a49d49d399 2,960 1.00/1.00 vMB 42
661,518 661,518 000000000000000000011d770f83c8860159a46e1d4492e053e5ee8225a308fc 2,821 1.00/1.00 vMB 55
661,517 661,517 000000000000000000099cd156419ffbcd4619fa9d4cdec19b5da969fbc3bf77 3,070 1.00/1.00 vMB 67
661,516 661,516 0000000000000000000521942570c0d212c8e77397c3618ad834d6ad0982be9a 2,804 1.00/1.00 vMB 63
661,515 661,515 00000000000000000004d9afb1a2459f0107b541c90f3105035ed9aa90f9520e 2,332 1.00/1.00 vMB 83
661,514 661,514 0000000000000000000329c90d60f8307b674bdd9d8ae620614fd1ff0c3a6b53 2,567 1.00/1.00 vMB 72
661,513 661,513 00000000000000000003ac65efe9e931579f5b79c6cfcaf19290f688149ed497 2,603 1.00/1.00 vMB 53
661,512 661,512 00000000000000000001a3e3708c095eb9f8fcb671982646e11eb5498524de31 2,945 1.00/1.00 vMB 51
661,511 661,511 00000000000000000007bdb123a6944fb39104e0a59cd1fed0745e96b67c3972 2,042 1.00/1.00 vMB 55
661,510 661,510 000000000000000000011d2d1db32838a90ac6e6e0360ff8f5af4030e6ab8246 2,516 1.00/1.00 vMB 74
661,509 661,509 0000000000000000000699e1a781d0c16c3264bc271f89f0c2c241ca91881445 2,059 1.00/1.00 vMB 85
661,508 661,508 0000000000000000000add69d8dbcec97a90d915fc3556d60db7663431ee5d33 2,322 1.00/1.00 vMB 66
661,507 661,507 000000000000000000011cf269baf2a2b15fa30b9cfa7bdf50a97c06f9283970 1,685 1.00/1.00 vMB 87
661,506 661,506 00000000000000000001011c8f9859f60e2c96f6b913ca7a8b2e2a05b8c00bb3 2,871 1.00/1.00 vMB 61
661,505 661,505 00000000000000000006d005325b4278a513a29da3a7b0f889132b8b8dcdda4e 2,823 1.00/1.00 vMB 85
661,504 661,504 0000000000000000000f06b2977345fdc32e9611a3681c83b5b4f8aaac469503 2,704 1.00/1.00 vMB 77
661,503 661,503 00000000000000000004c016bc3ff3aa2c7157e02abb336f94128bb61f482832 2,778 1.00/1.00 vMB 69
661,502 661,502 0000000000000000000694a42e2fda128d468914faea1661cfdfef9048783f48 2,589 1.00/1.00 vMB 60
661,501 661,501 0000000000000000000c3049eba7379fe572651b4bc5e59021496861eb3a7080 1,706 1.00/1.00 vMB 60
661,500 661,500 000000000000000000056a42312a97a756ac524c6993b25a47cac1135676f04d 3,058 1.00/1.00 vMB 47
Previous 10 blocks ↓
Total Size: 782.67 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: 673.13 GB
    • Received: 16.40 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.