Loading Tool

Explorer IconExplorer

Memory Pool

83,901 transactions
32.00 vMB
0.08850009 BTC
Random Selection Loading Transactions
Max Size: 192.65/200 MB

Candidate Block

Mining Attempt e6bf0caf96ccc54f437f3a793c13222b7b3e07b2ac19a1f8c961aac5eaf98c2c
Version 20000000
Previous Block 00000000000000000001049e369aac2c4af01dc613ce7d208c3063e5755d3b19
Merkle Root 6c97d57c8e0743f9e4aaf72a9fa6466a9dd74232d49eca7058eef452134bf40e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 589
Size: 1.00 vMB
Total Fees: 0.01214895 BTC
Feerates: 101.28 > 1.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,340 (409,802 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
505,538 505,538 0000000000000000001f53c1ea464c7142d3520f10a6344e9241eb6d50eeab0e 2,560 1.00/1.00 vMB 457
505,537 505,537 00000000000000000041e6aa6be798791b9b3b2ee90af53342d3c64136ac8a31 2,363 1.00/1.00 vMB 384
505,536 505,536 000000000000000000351a89e2f80d06d20f2ddee0f80e23b3add1f4a5d47024 2,168 1.00/1.00 vMB 262
505,535 505,535 0000000000000000004147e64ac7768bfc5e1f9b9d4b51559b1f65a51d39e8c2 941 1.00/1.00 vMB 107
505,534 505,534 000000000000000000444f82f96c520e52e245299d45fd44dd426ac1aff0670e 2,102 1.00/1.00 vMB 252
505,533 505,533 00000000000000000007f4d1543858052cd4df5cc225ac5213f288c9b81ea81b 1,511 1.00/1.00 vMB 174
505,532 505,532 0000000000000000003a6da2d29176c26140045b18fb8f9f413161397c9f9c01 841 1.00/1.00 vMB 57
505,531 505,531 00000000000000000032616867a1573ded98e6f72af0437218d4b854367ab957 1,505 1.00/1.00 vMB 249
505,530 505,530 0000000000000000004d322e4a9d3d4d373521afbb20cb145379ec793bdacd4f 1,082 1.00/1.00 vMB 177
505,529 505,529 00000000000000000057e14813e648ed30ffa325ef28153d4ee7ad83b24686a4 1,342 1.00/1.00 vMB 204
505,528 505,528 0000000000000000000d810fb0beb89cc1a68981d93140a25781048e335d293a 1,387 1.00/1.00 vMB 117
505,527 505,527 0000000000000000000773ea00fd6f8b6673e851476de238a21355520e150a29 2,605 1.00/1.00 vMB 340
505,526 505,526 0000000000000000003157f97d9dd0256a1f7b1831a73bc18f0747dc57825369 929 1.00/1.00 vMB 104
505,525 505,525 00000000000000000051b8be6687bb26ff51e67c40c5796c08d1fe039316355f 1,140 1.00/1.00 vMB 197
505,524 505,524 0000000000000000005ed9f45f71f29ea5660a2001786dd8ec170ea916dfdceb 1,560 1.00/1.00 vMB 159
505,523 505,523 000000000000000000430812938cab073e5a3f2b381e7097fabb64d8fb74c485 1,403 1.00/1.00 vMB 90
505,522 505,522 0000000000000000003a17f4f27ec57c7dcada1b3f242b10e0d25c2f7dbff988 2,854 1.00/1.00 vMB 340
505,521 505,521 0000000000000000003e2c6a2ee7156350760fd436f913338bb338aaa8eaba6b 421 1.00/1.00 vMB 47
505,520 505,520 00000000000000000076cf3ced809a4e8cf14eafdf4169edfe50570f85a9f47f 734 1.00/1.00 vMB 118
505,519 505,519 0000000000000000000850db13c5d2d5671644bfa0526906d4337f78b6385097 1,653 1.00/1.00 vMB 202
505,518 505,518 000000000000000000675ece8fcb4ace7c6891032dc09b816e601dc61666b7c9 512 1.00/1.00 vMB 142
Previous 10 blocks ↓
Total Size: 782.98 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: 716.65 GB
    • Received: 17.81 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.