Loading Tool

Explorer IconExplorer

Memory Pool

87,744 transactions
32.13 vMB
0.14542027 BTC
Random Selection Loading Transactions
Max Size: 193.90/200 MB

Candidate Block

Mining Attempt 8355dbf638a781fb91c3107e2fad8747b96d97f2a0f3eafac1734ca5db2cd280
Version 20000000
Previous Block 0000000000000000000039baa093585d61b0a383677ec75a312826d4a9fd68e1
Merkle Root 9cabd46dbad1c96475893fee77b6c16d8cf0bebbf813c324d34d2fe8dbe84520
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,616
Size: 1.00 vMB
Total Fees: 0.05365650 BTC
Feerates: 911.92 > 5.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,970 (561,428 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
353,542 353,542 00000000000000000d3d9a0e51b4066ba7fc2f3bf1499c578e209bf711167659 981 0.75/1.00 vMB 23
353,541 353,541 0000000000000000159795a9a496b72c80c3f213d246ede5250b01de21d7d69c 2,506 0.90/1.00 vMB 38
353,540 353,540 0000000000000000126da97e9b2a4df97bf3deb58bfdae8a57ed9c2dcaeb0a1c 372 0.19/1.00 vMB 20
353,539 353,539 00000000000000000ba536ed42e0a587325b4573dfaa9a77799f4d9fdef4df47 344 0.15/1.00 vMB 27
353,538 353,538 000000000000000008e36ff2317a999dbe2ee1b65ccf196be17597a21ddafc8b 1,673 0.75/1.00 vMB 29
353,537 353,537 0000000000000000131bc9bfddf43240f6c6cabf5b245422e7e37159fe6b5b9c 385 0.17/1.00 vMB 32
353,536 353,536 00000000000000000ffc39a89c59b8e0f36eabd97f14a4d53ad6c15a76af0c29 115 0.08/1.00 vMB 7
353,535 353,535 0000000000000000108de7fcae4859de4f31cb685ac517d70d02091df0559c65 1,486 0.69/1.00 vMB 42
353,534 353,534 000000000000000007f9ff5a76752fb49021ba82c6c2da7b32cbc421dfb9ba5f 530 0.29/1.00 vMB 23
353,533 353,533 00000000000000000f8a10b23be8a23ea67a582870fc1b1d46c3c97538ef4ed6 240 0.17/1.00 vMB 15
353,532 353,532 000000000000000007a0df73f2c25e22e2f14232fad05022198e102f8cd63bb0 294 0.20/1.00 vMB 22
353,531 353,531 000000000000000008e9e143ba234b3e900d60d0950bca8d5b855ecb61ad1e03 557 0.28/1.00 vMB 27
353,530 353,530 000000000000000010341315042a6a22c9f6a3bc4bcbec1aee95b2e4a21c5b97 1,122 0.66/1.00 vMB 14
353,529 353,529 00000000000000001164e3e08fec1d302306bb351518c9d3239c889969d627a2 383 0.75/1.00 vMB 11
353,528 353,528 000000000000000003a9ddb5ac3929b542571011cec3bda865a2e97c8c7190ff 680 0.75/1.00 vMB 23
353,527 353,527 00000000000000000b24edc4531b214949c41e8ea313f0ff223475a691c5da82 1,658 0.75/1.00 vMB 36
353,526 353,526 0000000000000000050948b5101927e76f92743afd0549eeeddcc1fe8db834cf 817 1.00/1.00 vMB 17
353,525 353,525 000000000000000002a084293dec0b2fea5388ec8a9127f448220323fd4eb371 414 0.25/1.00 vMB 26
353,524 353,524 000000000000000012e123bfb3c380391bee9266289476001b327176cff31291 1,347 1.00/1.00 vMB 24
353,523 353,523 000000000000000005eb588a92330d2e71d9bbdadc116b4146cd46c39b934809 1,446 0.75/1.00 vMB 28
353,522 353,522 000000000000000002767ada6369795b0c5ba3f68e4bbd2315a0db9b5f7f64bd 2,041 1.00/1.00 vMB 33
Previous 10 blocks ↓
Total Size: 782.34 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: 661.03 GB
    • Received: 14.79 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.