Loading Tool

Explorer IconExplorer

Memory Pool

41,046 transactions
26.63 vMB
0.06236653 BTC
Random Selection Loading Transactions
Max Size: 139.04/200 MB

Candidate Block

Mining Attempt be117313788ef9c8911df017770f95e4acc18428d43c93da0dc3a2bcc7deff7d
Version 20000000
Previous Block 000000000000000000004a2b107003c44fcf6b870126f382c42a8ec7f70aace3
Merkle Root efc7f84d2dd92bbcd6cee1d93b2d30474f1b93e31ea64c229555f16dba23d9e7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,297
Size: 1.00 vMB
Total Fees: 0.01314896 BTC
Feerates: 151.03 > 1.32 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,941 (522,622 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
392,319 392,319 00000000000000000146027f6e268430a84df5d7dc08b4f368558ef9d2a885d7 1,411 0.71/1.00 vMB 33
392,318 392,318 000000000000000002b38309c4d5d56ecf0d70b8bc8e01f1b975b61524998b35 643 0.29/1.00 vMB 32
392,317 392,317 000000000000000009a361fcad4a801014d093e84799f315a14365890bf35d17 782 0.53/1.00 vMB 23
392,316 392,316 000000000000000006f9f36204b5f372444356d81eacb3ae8286823a42f98298 557 0.75/1.00 vMB 14
392,315 392,315 000000000000000009f381f6f42d7a25fc6fc6260c571c160a617e73f4648442 1,628 0.86/1.00 vMB 35
392,314 392,314 00000000000000000742fd0bb51b1e0546b27f6b647f7fc83303a8e1ac627541 2,530 1.00/1.00 vMB 43
392,313 392,313 000000000000000005e3f06f06860527702b298d55cd30d3264f640cef530e93 540 0.56/1.00 vMB 15
392,312 392,312 000000000000000005b6f3eec8dfce3c8f3f167fdd5fee5612a031033d8c2805 1,383 0.93/1.00 vMB 22
392,311 392,311 00000000000000000532c8d3b146c743b4641d59b789bf1d07aba4dfa8a0d003 1,555 0.99/1.00 vMB 37
392,310 392,310 00000000000000000a84a7ff4ec5eae7bec880edb3b3f7df5038dfd5f1fe7775 2,475 1.00/1.00 vMB 63
392,309 392,309 00000000000000000851f22197efb18fd95732e2a2f6d4b399329818bbc7e73c 241 0.25/1.00 vMB 22
392,308 392,308 0000000000000000097c5c4bf9ff49524875024d8e999f5db4e91bbc20583cdf 715 0.42/1.00 vMB 29
392,307 392,307 000000000000000002078521565313e628722cc7efea479384e0d4b8a527b13d 375 0.25/1.00 vMB 27
392,306 392,306 0000000000000000050ac98f33afefac4c10a606d6f90c91493dd8337fa98b86 1,423 0.75/1.00 vMB 34
392,305 392,305 0000000000000000002e762ef8c45964ba4eb3ee4bbccea8853561a9777941ea 1,361 0.89/1.00 vMB 29
392,304 392,304 000000000000000003d8449c495d3907d8b021bfb6641d0ed2d0a5443932024b 1,453 0.99/1.00 vMB 24
392,303 392,303 0000000000000000047e68c7b22efa196237f5a837a871f6515ef35982d7ed45 543 0.26/1.00 vMB 38
392,302 392,302 0000000000000000051b4fee75ef7244695e0832ca492581187c1b7b6f58204f 2,413 1.00/1.00 vMB 40
392,301 392,301 0000000000000000006c96fc95c8c9e0477bfcb13ffce475bccb40d97f2ce6ac 475 0.71/1.00 vMB 7
392,300 392,300 000000000000000004b84f465e1494e2cef793d4340b2d6acc15a126d14c9eb1 1,039 0.95/1.00 vMB 20
392,299 392,299 0000000000000000029748109dea871fb6c56e8bce2e20e14a17db59f83738b7 1,723 0.99/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.28 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: 657.00 GB
    • Received: 14.44 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.