Loading Tool

Explorer IconExplorer

Memory Pool

41,936 transactions
27.62 vMB
0.07110177 BTC
Random Selection Loading Transactions
Max Size: 142.92/200 MB

Candidate Block

Mining Attempt 1e4db9036be438ac5afe0146d9c7dae003a2bd38e7cf4bbabfa33fec2ad9d1c1
Version 20000000
Previous Block 00000000000000000001915610f9bb4ea6739cd8cf20c28d45f9a1a654ed23fd
Merkle Root 23a4e0f88ac8853e68c5df2f7a12ada23d0730679239b9a67f162b3f4278fb17
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,644
Size: 1.00 vMB
Total Fees: 0.01643126 BTC
Feerates: 100.53 > 1.65 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,660 (122,097 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
792,563 792,563 000000000000000000010003008a4c58e373eb0309b96463e82d93050c85ff09 2,406 1.00/1.00 vMB 20
792,562 792,562 000000000000000000022fef6313cd3b6197e078de9d5b8e70d1ece13dcb04fb 3,245 1.00/1.00 vMB 27
792,561 792,561 000000000000000000017173a28dc9f35cab8c58aa91aea2d23b1c6bec9c07d3 3,488 1.00/1.00 vMB 40
792,560 792,560 00000000000000000005777b28461cb8512c7072a2cc778054e1ecbab428cde6 2,520 1.00/1.00 vMB 44
792,559 792,559 00000000000000000001f1a540d68db9e9fa26c091c749528a0932edc7756f02 3,511 1.00/1.00 vMB 51
792,558 792,558 000000000000000000050f572fd7bfc4eb3f5becf18a5f5a1c2c87aaffced406 3,672 1.00/1.00 vMB 52
792,557 792,557 0000000000000000000441a56641306c7bb3840d78c173bcdc689ce914122552 1,684 1.00/1.00 vMB 21
792,556 792,556 00000000000000000004535e9a07edb2e3548a4c6fdbaad385e7ab4dda07f166 2,993 1.00/1.00 vMB 26
792,555 792,555 00000000000000000004caee60c00fc24ea0382e015190e40114b582d006b960 2,733 1.00/1.00 vMB 48
792,554 792,554 00000000000000000002fd1594903a079a506e67cc6003e9f7be9b1ccc78a493 1,814 1.00/1.00 vMB 53
792,553 792,553 00000000000000000002cc9588c1e36305fd831d8c26f960b6fbb6a9abfdfb5f 2,567 1.00/1.00 vMB 70
792,552 792,552 0000000000000000000444c15a2ffd29dbd7bfd8cf777ee1b0d895df70230a2b 1,996 1.00/1.00 vMB 59
792,551 792,551 00000000000000000005217866708334942a219dda4d0038a35bcf2fd4fa7282 2,072 1.00/1.00 vMB 24
792,550 792,550 00000000000000000003db9a04735ceab11ed2741de940c36f94fa8e70b1e259 5,137 1.00/1.00 vMB 23
792,549 792,549 00000000000000000003eabdfa1524787f947fd073689eab9e24eea01fd4d540 3,419 1.00/1.00 vMB 24
792,548 792,548 0000000000000000000215176a76792b67d36a45f212dbf776cffc5cf964f215 3,640 1.00/1.00 vMB 40
792,547 792,547 0000000000000000000065b5dbb7f2a32a7d78867f4907c339f74866cdf41cb4 3,897 1.00/1.00 vMB 133
792,546 792,546 00000000000000000003e5819cf67cf4c60f6b34148b1d5a2798a715deb9a5b0 3,453 1.00/1.00 vMB 42
792,545 792,545 00000000000000000000e0d5110f78c1dad218a46ed19d6f16817b57bb9736ed 3,096 1.00/1.00 vMB 33
792,544 792,544 0000000000000000000076ec051b865e94cc5f83424e30c362b64bb83d0012a4 2,542 1.00/1.00 vMB 40
792,543 792,543 00000000000000000003cb0503f736e5ba6579528ca32a4b2f6d26f448f27b81 2,441 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 781.79 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 633.88 GB
    • Received: 12.23 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.