Loading Tool

Explorer IconExplorer

Memory Pool

78,784 transactions
29.93 vMB
0.09677114 BTC
Random Selection Loading Transactions
Max Size: 179.07/200 MB

Candidate Block

Mining Attempt 7c7aa356d5c4b42e0fd0411387fc90cff18510845d146d0ed9eecb3fffbeca9e
Version 20000000
Previous Block 000000000000000000017cb93000a20c08f0fc639d471abc5ab7059c2109dbfe
Merkle Root 799ec781e3880f4327f953e33c8ef5a5eb7ee0974091731846b85aee8c74638a
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,058
Size: 1.00 vMB
Total Fees: 0.02784367 BTC
Feerates: 151.00 > 2.79 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,145 (277,519 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
637,626 637,626 0000000000000000000c6984ba52e85a4654ee6a22ad83659b99937dbc1ec9ff 2,466 1.00/1.00 vMB 19
637,625 637,625 0000000000000000000fa32a86eba1f4944680818f06841cef524d97061cff5a 2,114 1.00/1.00 vMB 9
637,624 637,624 0000000000000000000ba16371b55083ade8d6700aa60f65741699b3a8667271 2,780 1.00/1.00 vMB 35
637,623 637,623 0000000000000000000abfa6e4016959d0d79be636ee781cdd05f7f260219434 2,502 1.00/1.00 vMB 43
637,622 637,622 000000000000000000057d2b4bf34737a843017aae02f6042602a3eb848a507f 2,328 1.00/1.00 vMB 46
637,621 637,621 00000000000000000000ad383bd0d8f1c43ffd7bde02d297b72b63ea7a58101c 346 0.12/1.00 vMB 28
637,620 637,620 00000000000000000006a2b0021b7df98dd85d86c3d897e7e6bf0297b604b127 82 0.02/1.00 vMB 29
637,619 637,619 000000000000000000052208d549b6b165fa8299ed20b6e97d0b3753f78552f6 1,612 0.57/1.00 vMB 27
637,618 637,618 0000000000000000001178627d2874e8e0f31f6d0a2c69258f3e743269ed8a3a 1,752 0.69/1.00 vMB 25
637,617 637,617 00000000000000000002c86883ce3c2f90562b7ece113d11fcf165bf54cf3a87 386 0.12/1.00 vMB 32
637,616 637,616 0000000000000000000f5bc6249a9a456ac4b0a878b5abd9e0f552c64e42dfd0 399 0.14/1.00 vMB 25
637,615 637,615 000000000000000000083e85d59a22371a961400fb443d4086b3e982cde9594e 576 0.19/1.00 vMB 40
637,614 637,614 0000000000000000000e18d61ccc19607c769ace81a3abf630cd98a4dead64d1 1 0.00/1.00 vMB 0
637,613 637,613 0000000000000000000d61a3449dbf18cc35b4284a14cc2f81691e418f6146fb 2,562 0.93/1.00 vMB 17
637,612 637,612 00000000000000000002f4029ea2e16e3a3fdfbe64f35fa13485b369890deffc 3,001 1.00/1.00 vMB 40
637,611 637,611 000000000000000000045d1c3a1d8ab93f1630d0e1d7a7d94dba97555faa3c07 426 0.20/1.00 vMB 35
637,610 637,610 0000000000000000000c3b5a5e77baa28236c2a00f5009b5fc64070e8548f3d3 1,604 0.48/1.00 vMB 26
637,609 637,609 0000000000000000000290c2079d900e7d68ed7c3c86aa91661bbaf39b9aaa73 2,765 1.00/1.00 vMB 17
637,608 637,608 000000000000000000009df011918bde67914839d9178c681eb4af7c9ba9e4d1 2,378 1.00/1.00 vMB 28
637,607 637,607 00000000000000000010c5ca8bba80ef3c584d3566e48822ac9318b0d27c20de 2,131 1.00/1.00 vMB 58
637,606 637,606 0000000000000000000e619a4b95f354bb4153c1ab75aaff570c99c1f2a2d4ea 1,655 0.76/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.52 GB
    • Received: 16.26 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.