Loading Tool

Explorer IconExplorer

Memory Pool

42,523 transactions
26.93 vMB
0.06093116 BTC
Random Selection Loading Transactions
Max Size: 141.48/200 MB

Candidate Block

Mining Attempt 78b36caaffb7354e3d1d5be8629ffcf6ffabe2c27b4bc016877c16f695c400ab
Version 20000000
Previous Block 00000000000000000000625f3ecbf1c94fa42f7788ebbce56cac527f5d7f730b
Merkle Root 92b1ed9b797256182bd2c9de9a1d285d24fef19da0b80b9be94941642dac71ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,941
Size: 1.00 vMB
Total Fees: 0.01091093 BTC
Feerates: 103.41 > 1.09 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,924 (737,130 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
177,794 177,794 000000000000065f62ecd637d3091a6551220cbe7a118651e43bb58f3c9d4386 20 0.01/1.00 vMB 273
177,793 177,793 0000000000000a72c0663adc0882491f36092e217111d73aa1b63e1fe0fcc8fb 99 0.05/1.00 vMB 146
177,792 177,792 00000000000006b60552a66992cc3da050c85077c46b0d8db2c51bc6f6f8243f 47 0.02/1.00 vMB 101
177,791 177,791 00000000000005f83ade0a55d7048ebb193763f3902ceb7824b2d5cb9e5e0261 81 0.04/1.00 vMB 183
177,790 177,790 000000000000041999393359cc6bfc5caa56515457eeaff24f986dba3fd4bf19 9 0.00/1.00 vMB 247
177,789 177,789 00000000000001902d4cd30ae10a9b1612faf8531d6b147ecba36f9dfa35a953 23 0.02/1.00 vMB 25
177,788 177,788 000000000000035d061ea44308c079db9554784f07befe97e0b21adcfbbc23a5 44 0.03/1.00 vMB 82
177,787 177,787 00000000000007c46c98a2376cd4ff0ccae66e807d269e03aa099741de2419d4 11 0.00/1.00 vMB 6
177,786 177,786 000000000000098507e0273daacf482126ba45a42f8a3cd5282192fd2ba05b3c 87 0.04/1.00 vMB 108
177,785 177,785 00000000000006c3e1d8807b0fca36f55cd8280c3e41295942df1768b69ad20c 15 0.00/1.00 vMB 232
177,784 177,784 0000000000000a83c74d819fcd29747df2b2e572dd19d99a27d38a7bad57c944 29 0.01/1.00 vMB 116
177,783 177,783 0000000000000819ef37574f354d0e5c9a15d684fab833ec9093d81cf242b5dc 16 0.01/1.00 vMB 55
177,782 177,782 0000000000000112a69b0b58cf7e4a58f9d1c19cdb4c2cd31916765f995e96b0 43 0.03/1.00 vMB 306
177,781 177,781 0000000000000611b0400daf1e4bbc3c9690c3bad0481009f32c862891c2a51b 54 0.03/1.00 vMB 75
177,780 177,780 00000000000008c3cdc71b52cfb50bf7fbbfb36a85c84058e283891f085e86a5 62 0.09/1.00 vMB 74
177,779 177,779 00000000000002b1f39f96b610a3b54b5bbf1a2f82e617f663668fbf1b1fc845 54 0.03/1.00 vMB 82
177,778 177,778 0000000000000592d25b09171ef092b397e73f75613c26fb9da6265afdeb505a 115 0.04/1.00 vMB 65
177,777 177,777 00000000000005dde14dfccee822732a7485a44d5288a891bf91cff24f5b1565 18 0.01/1.00 vMB 74
177,776 177,776 00000000000004b3f803e187250b03e897ff5c54a8bb17af9b82b91249347c37 59 0.03/1.00 vMB 117
177,775 177,775 000000000000062ea3e2a2fea8470eb41005a7a0ce139ca2be05f476722d0708 88 0.03/1.00 vMB 121
177,774 177,774 00000000000005e559b6e5a67935b9de94415303646ac5459cbf57ee42d9c734 106 0.05/1.00 vMB 74
Previous 10 blocks ↓
Total Size: 782.25 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: 655.53 GB
    • Received: 14.32 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.