Loading Tool

Explorer IconExplorer

Memory Pool

73,470 transactions
28.34 vMB
0.07819080 BTC
Random Selection Loading Transactions
Max Size: 167.71/200 MB

Candidate Block

Mining Attempt 4682e0dd5df2b1198e8ec1945f50742e7fe09c8c10c917f36eb350893df19ddb
Version 20000000
Previous Block 000000000000000000018bcb117043bb0bec5ab8ec9250252a12dc0c5414dc38
Merkle Root ab39762a08c6e98d82ce8181ecad5b3432a3dcb8c0465a50b16ebfc08780922f
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,561
Size: 1.00 vMB
Total Fees: 0.02120840 BTC
Feerates: 152.31 > 2.13 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,035 (524,367 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
390,668 390,668 00000000000000000085ae62d76f448a02691cadb2da66df468c5acbd1de9d83 793 0.37/1.00 vMB 41
390,667 390,667 00000000000000000a0617c5b3e013e2454474483b97bbe1ebf68543ece91306 1,129 0.93/1.00 vMB 19
390,666 390,666 000000000000000007ff91a7dfe28d6f48603647fcb493765a14085573acfe3f 2,775 0.95/1.00 vMB 47
390,665 390,665 00000000000000000baa9ca984c5aeb098ee6987a70aa35fad7bf5339b2ed213 787 0.37/1.00 vMB 37
390,664 390,664 0000000000000000029a62aacc6098d53d432626e60104c10f20585d75bdbd09 1,362 0.93/1.00 vMB 21
390,663 390,663 00000000000000000ade5c64c53e145a3ace9ebea55e65f1b695db4c31e45373 1,743 0.93/1.00 vMB 29
390,662 390,662 0000000000000000036bf61aa91870615f063e261f0161ca1f7a3a8c7e2710fb 2,687 0.95/1.00 vMB 49
390,661 390,661 000000000000000002fec1cb31d54bb0ddc24855cd0147f8772980b5335a257d 111 0.25/1.00 vMB 9
390,660 390,660 000000000000000004ed8c3d0d8cab1a5a52e0024b5eadb2b1f1e73f4600fc9e 1,278 1.00/1.00 vMB 25
390,659 390,659 0000000000000000066f7c37f231be54d0a00613b7fd3a5600102fd8d1552636 1,459 0.93/1.00 vMB 28
390,658 390,658 000000000000000003752434c3e10e9ab03f30bb44fa4445bb1d4149f08e175a 1 0.00/1.00 vMB 0
390,657 390,657 00000000000000000b13afb2911f4912f49d32171d1375130605bed97359c3b4 1,727 0.93/1.00 vMB 22
390,656 390,656 00000000000000000407eb59c6f6c7c9cfc61aeab87d1529b5be3abeaf48e617 2,224 0.93/1.00 vMB 35
390,655 390,655 0000000000000000011e6b293bddd33116ed9ae178a2806013f07715489d4f79 3,791 1.00/1.00 vMB 67
390,654 390,654 0000000000000000096a394eded56a87a9e96eeb9d31bbce8fa9e22e28f84c4e 172 0.10/1.00 vMB 52
390,653 390,653 00000000000000000918692acd5696cc354d19af2ed0ceb7c2954b3e351ad969 1,133 0.60/1.00 vMB 37
390,652 390,652 0000000000000000020019d2df06d5c46021ace591c23d72d0584ebec901a5fb 1,502 0.66/1.00 vMB 33
390,651 390,651 0000000000000000005cffbb0a16655b651f933420c58b6b1d57b918d390bb6f 1,660 0.99/1.00 vMB 31
390,650 390,650 0000000000000000053faef155df31d89f92a57f13d834368d93b92160b3033d 47 0.08/1.00 vMB 6
390,649 390,649 00000000000000000aad93409f90112659aca73ff82e7b5de2b609f0d84c8eed 525 0.25/1.00 vMB 32
390,648 390,648 000000000000000007c396a8211322bb874c9a891c7e8beef04b8cde885b1eea 539 0.75/1.00 vMB 13
Previous 10 blocks ↓
Total Size: 782.45 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: 667.47 GB
    • Received: 15.25 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.