Loading Tool

Explorer IconExplorer

Memory Pool

80,672 transactions
30.14 vMB
0.12185813 BTC
Random Selection Loading Transactions
Max Size: 180.78/200 MB

Candidate Block

Mining Attempt 56d8b48f02075483d78ef3d029629888f4470f743557c94443c5e762a961eb80
Version 20000000
Previous Block 000000000000000000015a1a538ed6ac7fb2843a123e8d5d23d82e116b214bac
Merkle Root 789ad150b23ee1973f03188683c09485398533b1f12d0b3090c5b03b09bed3c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,534
Size: 1.00 vMB
Total Fees: 0.06013149 BTC
Feerates: 180.34 > 6.03 > 0.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,996 (535,018 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
379,978 379,978 000000000000000001b457cd1d13149d3f4e6b1adaf66e8c891927d714a3b440 490 0.48/1.00 vMB 16
379,977 379,977 000000000000000000c47e7002b189be35aa3f8d41e1139945d1433102d905e6 2,297 0.93/1.00 vMB 48
379,976 379,976 000000000000000005a9c688239eaa8cab54697e5eeadefe05befbbb20643f36 165 0.06/1.00 vMB 44
379,975 379,975 00000000000000000bc8bd9bde6ffabe237d6472c5bd1f1b1f92f40c39cd2244 160 0.10/1.00 vMB 25
379,974 379,974 00000000000000000c61e21a2d204298bf6ec15d2d639935dcb191abeec2e523 1,431 0.72/1.00 vMB 41
379,973 379,973 00000000000000000cac0f56f1cc218ec795adc0f0613b544a32c662591c247b 411 0.23/1.00 vMB 33
379,972 379,972 00000000000000000d2cf44b4960b798bdf86020c828b04bcee73cf65f7dd56a 419 0.24/1.00 vMB 36
379,971 379,971 00000000000000000b0d835b26c5ce0587b6312603c45ca344d9876dfb48b7df 666 0.32/1.00 vMB 39
379,970 379,970 000000000000000003fc2cf7d21e8de0fde6abfc00e422d9f1fea1a745a6bfcf 1,336 0.64/1.00 vMB 41
379,969 379,969 00000000000000000c326130b82fa0c5a70b61707ff3c651cd040adf5912ba74 136 0.12/1.00 vMB 19
379,968 379,968 00000000000000000fa5c1f434a753c09a639998fcff8858f8abf70400ba4d25 380 0.17/1.00 vMB 38
379,967 379,967 000000000000000008f828e64e887cbf1ab7e0e1a215cff940e9e0b0d26ab9ce 107 0.08/1.00 vMB 31
379,966 379,966 000000000000000003f609742e8176233adb2d34bd12d9db982ca76fe07ac3b8 358 0.25/1.00 vMB 22
379,965 379,965 00000000000000000d6b30ebdc0f15b6f6d520c277a43cba4c18eb9b5b1a3a82 1,393 0.58/1.00 vMB 41
379,964 379,964 000000000000000011ede8e35d108a309170f7171dd5583b23e94ad323badb53 973 1.00/1.00 vMB 16
379,963 379,963 00000000000000000199886a4d6fd20a6ba0cb79e4cc5a4bdf7cdb34dc5eb4c7 1,657 0.65/1.00 vMB 40
379,962 379,962 00000000000000000666ab9a72ef855e4a9054395c2da64ca9fcf0401746a734 957 0.40/1.00 vMB 44
379,961 379,961 0000000000000000058326aa0d8aeb3a37542e412c10ec4f1caafc9e85eb0294 237 0.14/1.00 vMB 23
379,960 379,960 000000000000000009b39564a10f4cea85ba4423c77ee65f1c75f90c3e5e1f34 972 0.85/1.00 vMB 26
379,959 379,959 00000000000000000cc15c73eebae29be66c7b89fccea40b99c635291bfe82de 224 0.25/1.00 vMB 12
379,958 379,958 00000000000000000d4cb608a8b98d6dfbbe5b48b09d0cd91fbae7a7623c379b 296 0.21/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.38 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: 664.48 GB
    • Received: 14.99 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.