Loading Tool

Explorer IconExplorer

Memory Pool

33,828 transactions
25.31 vMB
0.06676970 BTC
Random Selection Loading Transactions
Max Size: 128.53/200 MB

Candidate Block

Mining Attempt 12e9286051cb6f7de095af755c6c4d66b75ff6dd08ebb2ebdde0dee2f165e7db
Version 20000000
Previous Block 000000000000000000018a7c9c67def46f0c877c4aaa1e2e54a892d9cd10acb4
Merkle Root 141b6041c4f00e628fa5f6a39156071f4a50ffda3ea3e22d138f4cb480a55487
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,284
Size: 1.00 vMB
Total Fees: 0.02103269 BTC
Feerates: 151.12 > 2.11 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,690 (383,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
530,733 530,733 0000000000000000000bc9f4e2175cf841e941209e49e1a93c11ae33543b7d41 632 0.25/1.00 vMB 18
530,732 530,732 0000000000000000002abd7a1466665960342039178f8cf6531f4b665d9d1808 28 0.01/1.00 vMB 13
530,731 530,731 0000000000000000002ade3b329f5138ec5afe583652ed13f31eadb86839764d 792 0.53/1.00 vMB 7
530,730 530,730 000000000000000000058c91d2c14b351c5e5342333435bca4ccf1eb9ca84c10 2,380 1.00/1.00 vMB 26
530,729 530,729 00000000000000000015bc11c5b6f58c50bb71f3a2d78fb1c625a1fa8579a2a4 675 1.00/1.00 vMB 21
530,728 530,728 0000000000000000001649057cfbcaac7e173f2b077aa93c2da8f5aaffc25e3d 522 1.00/1.00 vMB 52
530,727 530,727 00000000000000000005b504f339bfc33f7029e473620ea31827fe3a2aa1fb9d 605 0.34/1.00 vMB 38
530,726 530,726 000000000000000000075272a47aa5182984c1c114079a133d70656d8b6d435f 1,649 0.78/1.00 vMB 21
530,725 530,725 00000000000000000010f580dd45a0510e72de9738f34ac475a76d06c72311ca 1,090 0.82/1.00 vMB 2
530,724 530,724 0000000000000000001e05805029c98792393e93bd50569dfa2a3c4aee2c35d6 1,572 1.00/1.00 vMB 15
530,723 530,723 0000000000000000000e6b992d262722626dfc429c65aced856c5a60597da390 1,150 1.00/1.00 vMB 33
530,722 530,722 0000000000000000000eb5c61b800d85bd7440d2fb723579e4f05d46aa7a6a62 449 0.18/1.00 vMB 19
530,721 530,721 00000000000000000004d5282bbf09bdb78a820abc2adb8ef38cde4fc687b490 84 0.03/1.00 vMB 16
530,720 530,720 0000000000000000000d6e7070036fa8ac4cc61ffc558836e4c0fe43586b0940 448 0.17/1.00 vMB 21
530,719 530,719 0000000000000000001e2fa030ee235bcd9f435c687c3d6d19524eefddcb4adb 100 0.04/1.00 vMB 25
530,718 530,718 0000000000000000001b3f700b2269d9d43cf2f39d6329020623388eae4a4920 584 0.39/1.00 vMB 21
530,717 530,717 00000000000000000016903f35b1fb43faf1b718e593dde71774efa2765ad747 1,183 0.86/1.00 vMB 10
530,716 530,716 00000000000000000028d5ce81ac0e48d85bb6ae477ad88f6e4dc576ea77fa97 1,374 1.00/1.00 vMB 11
530,715 530,715 00000000000000000002e0e41fda2c968519db3b3ec25515d68d6f9bc95d98ab 1,880 1.00/1.00 vMB 9
530,714 530,714 00000000000000000001545a68f1f3fdde9f2bef009d7651fe3c68a90d8d7527 2,722 1.00/1.00 vMB 15
530,713 530,713 0000000000000000000f77768c4da921eec81956a6c79788d8d5ed4719f07e1c 2,657 1.00/1.00 vMB 25
Previous 10 blocks ↓
Total Size: 781.84 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: 637.61 GB
    • Received: 12.43 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.