Loading Tool

Explorer IconExplorer

Memory Pool

86,555 transactions
31.66 vMB
0.14958805 BTC
Random Selection Loading Transactions
Max Size: 190.94/200 MB

Candidate Block

Mining Attempt ba258ec040e106806bb3c2c3161c4cbf0da749f3832a48cba39d39385a204efa
Version 20000000
Previous Block 0000000000000000000110c73b9e3f7b41bda81a2bd2f968d3568570886e34da
Merkle Root 7222ba87b5b1d9213d9da4d58a1d7062c5e575606527d242f7589f332e4b05db
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,565
Size: 1.00 vMB
Total Fees: 0.06651742 BTC
Feerates: 214.31 > 6.67 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,969 (88,017 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
826,952 826,952 000000000000000000031de7640c2d107c7283263a2a4e98f95a63e3de0716b2 3,050 1.00/1.00 vMB 32
826,951 826,951 000000000000000000004b48e05ac7ce5c90a2f6c30d8e3085da5d862d5a6f6e 2,439 1.00/1.00 vMB 43
826,950 826,950 00000000000000000003b42b2dde86bae27daba5954204c43b4fc5ca0eb412b1 4,048 1.00/1.00 vMB 36
826,949 826,949 000000000000000000015c0b74d5304c29be1f05208610b42432cb517e958402 1,704 1.00/1.00 vMB 37
826,948 826,948 00000000000000000001e262287c6657d54c67e29bdd979c0b552325a26f57ec 1,302 1.00/1.00 vMB 35
826,947 826,947 000000000000000000029d8e27b1cbc21d5288f6282a553f1e932abb8a477932 243 1.00/1.00 vMB 30
826,946 826,946 000000000000000000002502d197a3dabf36c50308da07ea7c881e6d3c83e981 3,080 1.00/1.00 vMB 33
826,945 826,945 000000000000000000038d23dd73c29a791a07549218cbec2e10377d35bfc789 1,150 1.00/1.00 vMB 30
826,944 826,944 00000000000000000003b4450ad9157ebb3d0f479ea42eb61122347fc15106b0 4,164 1.00/1.00 vMB 36
826,943 826,943 00000000000000000000ed341755ddc13f685e3a8e8127961abf07e81b20d4d6 2,205 1.00/1.00 vMB 36
826,942 826,942 000000000000000000032252f6e6b570c57e8561826267e98eb56f572de9dec5 567 1.00/1.00 vMB 32
826,941 826,941 00000000000000000001f91bf540f90f7c417e894b9bb63e905979ad55d015c4 2,613 1.00/1.00 vMB 32
826,940 826,940 000000000000000000000bd1ce57f4096ce92776580b09711e037c0ab7797a4d 2,106 1.00/1.00 vMB 39
826,939 826,939 00000000000000000002c0460a6512bbb28429b466a258c518c41da78a4b0747 2,955 1.00/1.00 vMB 33
826,938 826,938 00000000000000000000d879884f4f531109742c18585079adfb2b89e11b2f19 1,761 1.00/1.00 vMB 37
826,937 826,937 0000000000000000000245cd55a4c9dd173765fc735562720bb0c1c2fbfe708e 2,251 1.00/1.00 vMB 31
826,936 826,936 0000000000000000000304a6f0ba2e4b41b3de90a1639ce947e2ce13744db56e 2,907 1.00/1.00 vMB 39
826,935 826,935 00000000000000000001a324cfffe8fea01f23fee1a6b8c1afb3e9cda28300b8 2,103 1.00/1.00 vMB 39
826,934 826,934 000000000000000000024874b87f3ced20c33c1a6dc04e3d2c069cf0a3b5baa4 1,657 1.00/1.00 vMB 34
826,933 826,933 00000000000000000003c4f5f284ef0d11e7ffc7b0b723250521f3e3e2d000f8 151 1.00/1.00 vMB 30
826,932 826,932 0000000000000000000396e41131017266348864fc7c2608962cbc9b5a081742 2,790 1.00/1.00 vMB 38
Previous 10 blocks ↓
Total Size: 782.33 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: 660.73 GB
    • Received: 14.77 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.