Loading Tool

Explorer IconExplorer

Memory Pool

81,074 transactions
30.87 vMB
0.08699552 BTC
Random Selection Loading Transactions
Max Size: 187.43/200 MB

Candidate Block

Mining Attempt 048c7ac2b551497de1aa34a30a1cb5f033cf3598cad0f91ec2c9dda926ffeb18
Version 20000000
Previous Block 00000000000000000001ca07069b70e219df1106795fdd3699d6deb20743d8b0
Merkle Root 01b68098caf87ca36021fa509b8040c0b3986432bdbbad006747215b42b4ac4c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,938
Size: 1.00 vMB
Total Fees: 0.02066632 BTC
Feerates: 351.58 > 2.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,207 (127,665 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
787,542 787,542 000000000000000000035f18a43f3165428a8aac026c9238d6e15c49c07494d0 4,716 1.00/1.00 vMB 43
787,541 787,541 00000000000000000000348b51cf58111a81edb20f4e541f9286612e53e9da02 4,227 1.00/1.00 vMB 48
787,540 787,540 00000000000000000004f82d58e2cf1005d612ca2577692c530ebac7426cd5df 4,854 1.00/1.00 vMB 42
787,539 787,539 000000000000000000034f08b7032d1e598308c4404dcbca5a19fae695481928 4,338 1.00/1.00 vMB 43
787,538 787,538 000000000000000000004b8a3019ef02ddfce8644c18fa153e3e0fbf3a457980 4,559 1.00/1.00 vMB 42
787,537 787,537 00000000000000000001ec209a9c337b1a4e71acd210c734be97a228fff97982 4,178 1.00/1.00 vMB 43
787,536 787,536 00000000000000000002b35b88d0b6b19e7190929342c981d69851632bade9f3 3,604 1.00/1.00 vMB 43
787,535 787,535 000000000000000000043310f0c5d204d6b48064b62a5aac7e17c2a307079cf1 2,249 1.00/1.00 vMB 43
787,534 787,534 00000000000000000003db8b2c83bc82b1d7ceac9ec4f6aa381a4ca6cf1359b3 2,966 1.00/1.00 vMB 24
787,533 787,533 000000000000000000007587e72918d2e60c6b54d6c8a4437a49bb0a6d15d2d0 2,965 1.00/1.00 vMB 22
787,532 787,532 00000000000000000004824cb88afe119d79b5ab60f5f900d3ee4f1f393a5277 3,389 1.00/1.00 vMB 39
787,531 787,531 0000000000000000000047853f235c794b76e3520f571a51af27dc8e2651d3c7 3,086 1.00/1.00 vMB 21
787,530 787,530 000000000000000000041bf3f924dbad9bd4e106fc1ae5cd6887980ca49a600d 3,874 1.00/1.00 vMB 38
787,529 787,529 000000000000000000048e8e9d1bb7bae35bd215abe0fcc66dcf4230e587d16f 4,126 1.00/1.00 vMB 34
787,528 787,528 00000000000000000004ab75e80fa798235f4a1030ec7fd5a30e2d899ada109b 3,563 1.00/1.00 vMB 29
787,527 787,527 000000000000000000040121ff8e134303a063085cc2bbd5f8a2fef02a3a5c2d 3,894 1.00/1.00 vMB 29
787,526 787,526 000000000000000000054933094052f5c428e084f98c836f95339ac55ca2c865 4,252 1.00/1.00 vMB 38
787,525 787,525 00000000000000000004dc7e2ff0d530dfd769a9e44539d435469edb9a8706ab 3,157 1.00/1.00 vMB 46
787,524 787,524 00000000000000000005a4181741e244bd8d633a2341a8b5577688b15bfe929a 4,409 1.00/1.00 vMB 33
787,523 787,523 000000000000000000010df38a7dd094bf605acd5e8c56d8bcffc3a5a1e99aa1 4,341 1.00/1.00 vMB 40
787,522 787,522 00000000000000000004c007a307293c9da7eff8701eec00221baec8a61dc0ac 4,482 1.00/1.00 vMB 43
Previous 10 blocks ↓
Total Size: 782.75 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: 708.65 GB
    • Received: 16.74 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.