Loading Tool

Explorer IconExplorer

Memory Pool

86,310 transactions
31.60 vMB
0.14575530 BTC
Random Selection Loading Transactions
Max Size: 190.56/200 MB

Candidate Block

Mining Attempt f4f8834735ff04aaad6561dfda457ec9d305d738a4acafead7277a13235d91b7
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root dcfe49f66d15151be66a9f7bc3c2359c58da1f43b58e7987b2c8a967d53b88c4
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,621
Size: 1.00 vMB
Total Fees: 0.06434151 BTC
Feerates: 214.31 > 6.45 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (176,351 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
738,618 738,618 0000000000000000000156dba6458d92f6bfa4f3a0f213df9702daa27b23829e 3,066 1.00/1.00 vMB 12
738,617 738,617 00000000000000000006ecf593d5e3b602cebe35e357a3238478107bf12f71f9 3,206 1.00/1.00 vMB 13
738,616 738,616 000000000000000000061e88361a24582912de19a46945e1ea131350a8b4b6c4 1,604 1.00/1.00 vMB 6
738,615 738,615 0000000000000000000392782503b7d3fc9b1ea5d34869797c08c8880202c84b 3,233 1.00/1.00 vMB 15
738,614 738,614 0000000000000000000499690aa192e252c2b7b24abb8f16fa34fc7f17e8ac62 3,180 1.00/1.00 vMB 14
738,613 738,613 000000000000000000085c535f0fe5d00dd9cd55b41c248d1a101dc9bf6566e9 1,977 1.00/1.00 vMB 7
738,612 738,612 000000000000000000091faf1d94006d82adafdc98aef4b07dbb051a1b326672 1,948 1.00/1.00 vMB 4
738,611 738,611 00000000000000000006e628ebda70acc526ef0b9151414557f3d6c0a96aacc6 3,012 1.00/1.00 vMB 15
738,610 738,610 0000000000000000000063bf45ceb1494879ae5dc160da88797965697768c1fb 1,124 0.99/1.00 vMB 2
738,609 738,609 000000000000000000031587f318cace73af6cb0f9af56897c9f657195306cb0 1,224 1.00/1.00 vMB 6
738,608 738,608 000000000000000000028ed64b2ca1f95dc2442bccb2f638c55ad54a93cc046d 1,144 1.00/1.00 vMB 14
738,607 738,607 0000000000000000000007698fdb1ffb2736ef3be32614ff051de07390351230 3,139 1.00/1.00 vMB 12
738,606 738,606 00000000000000000008035f8a10cbfd8b8f96bc2669007bbc52c6c00f717160 2,405 1.00/1.00 vMB 7
738,605 738,605 000000000000000000023c21449e9c072b0a0e2b9a95730aa2c3768772b1b476 2,753 1.00/1.00 vMB 7
738,604 738,604 00000000000000000004670a1a00a260c3c5141e43b55ca73c18654738993c92 3,476 1.00/1.00 vMB 14
738,603 738,603 000000000000000000042770a5c12e6161751b12d13b94a182c44d2a41dfa8c9 2,647 1.00/1.00 vMB 20
738,602 738,602 000000000000000000025ea8c11533521facd66202eb0307b78ebfaa5bac5c70 1,138 0.45/1.00 vMB 8
738,601 738,601 000000000000000000093b744d3633da7a4c07e8f85c3939d01b164c6646f9db 1,836 1.00/1.00 vMB 6
738,600 738,600 00000000000000000001e6750b94cd34f8c0de871b28c78e1c10c045f3a63571 2,122 1.00/1.00 vMB 5
738,599 738,599 000000000000000000037d9013d1148454d67d9a793960b134ac2bb91617b0cb 3,132 1.00/1.00 vMB 7
738,598 738,598 00000000000000000006559371632a6f7cbdcff5b4609e4bc6ceb742818a3828 2,893 1.00/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 782.33 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: 660.70 GB
    • Received: 14.77 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.