Loading Tool

Explorer IconExplorer

Memory Pool

78,889 transactions
29.21 vMB
0.09592522 BTC
Random Selection Loading Transactions
Max Size: 176.51/200 MB

Candidate Block

Mining Attempt bbcd198c695a2ea68ac7cc1772030265898c3709202f6d564df9629da52d482a
Version 20000000
Previous Block 00000000000000000001c91beefdbf93e824f2717ab594e9edd9a754a7cec7fc
Merkle Root bc8a4afa2dc72c902ab9a7e371c311b1c93690fff57bd139ec5f533f4b34fb25
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,611
Size: 1.00 vMB
Total Fees: 0.03472770 BTC
Feerates: 477.45 > 3.48 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,137 (108,436 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
806,701 806,701 000000000000000000008ef028596809b80af54827a17ba7dc70fc693ca620a3 5,020 1.00/1.00 vMB 15
806,700 806,700 000000000000000000040fc5a338f91eb4cfe0af174976c080bd31aa2e0709a1 6,179 1.00/1.00 vMB 17
806,699 806,699 0000000000000000000236f1d6b5b2a74d6f6e65f1cc28b13c57b6ce8a7e69ae 3,124 1.00/1.00 vMB 18
806,698 806,698 00000000000000000004db312b0e0a49d2218acde85c9f66700f9651184d9f8c 3,070 1.00/1.00 vMB 21
806,697 806,697 00000000000000000004b4817a353971152a7102dc0e23e9b28de76d3a191fae 3,789 1.00/1.00 vMB 13
806,696 806,696 00000000000000000000b463755b5e86ba1ac4ed296c95ac5000fd88e11e6654 2,202 1.00/1.00 vMB 18
806,695 806,695 00000000000000000003f0db302c2f449df00cee70411a65d71f61372dfead2d 3,172 1.00/1.00 vMB 16
806,694 806,694 00000000000000000002c70952fec7535b893281e6bb1cb23ea01108032a9693 6,295 1.00/1.00 vMB 16
806,693 806,693 000000000000000000038b2ce749e7a849e54b6aa8b507afcba564224501e7fb 4,889 1.00/1.00 vMB 15
806,692 806,692 00000000000000000001815489d0096712013c29eebd3ac43dff96f238fc8937 3,202 1.00/1.00 vMB 20
806,691 806,691 0000000000000000000236b988b7cc3e15b6d737fe3df49c111376d6126c2417 5,802 1.00/1.00 vMB 18
806,690 806,690 0000000000000000000434f2502ff603d4bb3dd4a46c1ca7d19e4c46987eaa3c 3,918 1.00/1.00 vMB 19
806,689 806,689 0000000000000000000513fdde38c5d2a411e4e94df1cb19a773e4cf5036b3b7 4,149 1.00/1.00 vMB 18
806,688 806,688 000000000000000000036538638d4e7e3426b3a3cb04f326ad3fc6f1c5c5561f 2,596 1.00/1.00 vMB 16
806,687 806,687 00000000000000000002380a83ecae53eb210d319a631bcb84d64446b2174400 3,911 1.00/1.00 vMB 16
806,686 806,686 000000000000000000042d2be776db3670a55a28ecf3be327e0a2249c1442aa6 3,776 1.00/1.00 vMB 14
806,685 806,685 0000000000000000000192aa4511eda0ce548e3babca5473a548fe29f48fb796 5,448 1.00/1.00 vMB 15
806,684 806,684 00000000000000000000a3a543fcdd5bbb015ef9b93d5a8be3546970e7a5e700 6,241 1.00/1.00 vMB 17
806,683 806,683 000000000000000000023cb4bed7af2e813b182f20880a98b09886881813b82e 3,342 1.00/1.00 vMB 20
806,682 806,682 00000000000000000003a7662857f3edf8599a65417a457244f97e64cc2f1e87 6,645 1.00/1.00 vMB 16
806,681 806,681 000000000000000000007eebff81f7561a3b11d738d791d3fe2472b3f09b5a4e 4,237 1.00/1.00 vMB 19
Previous 10 blocks ↓
Total Size: 782.63 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.17 GB
    • Received: 16.17 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.