Loading Tool

Explorer IconExplorer

Memory Pool

37,584 transactions
28.20 vMB
0.06061991 BTC
Random Selection Loading Transactions
Max Size: 142.55/200 MB

Candidate Block

Mining Attempt f8338166a151ad654367cada0569d69c2a4b3718bf8adb7737881621f86aafe6
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root 094f7891f3e87e7b200ab2478c2aa4e1787b723d5161f46897d8c1bec9f1eeda
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,853
Size: 1.00 vMB
Total Fees: 0.00648744 BTC
Feerates: 100.52 > 0.65 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (333,617 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
580,939 580,939 0000000000000000001146baf8a1f34dd1c70600f9fda877a867fe63dcab6948 1,633 0.58/1.00 vMB 35
580,938 580,938 0000000000000000001924fdfd9bd4684536c3fa99d2cbba40bde8107e002de1 2,115 1.00/1.00 vMB 19
580,937 580,937 0000000000000000000d7e4cb7025571d67b1f57c993d8494ceb6ce2f553526f 2,616 1.00/1.00 vMB 67
580,936 580,936 0000000000000000000fe5e9886628ce30d01532c8ac3e5a31a4284c66fbccb4 2,787 1.00/1.00 vMB 43
580,935 580,935 0000000000000000001d9ef238f6c2ba4ec425ce35b47872708cc26b3b6a8fd8 2,259 1.00/1.00 vMB 10
580,934 580,934 00000000000000000007440425a6631f9b23e22943e2fd34ef72285382505472 2,282 1.00/1.00 vMB 55
580,933 580,933 00000000000000000023733e9371b890c5f6816a591ea00ec15aa53cb0273e28 2,844 1.00/1.00 vMB 50
580,932 580,932 0000000000000000000b35ae17b0d03ac841bde851a3dcbf62a1dc6ee7146c7d 2,306 1.00/1.00 vMB 63
580,931 580,931 0000000000000000001209e9190102870fe80c1c777d09eae5d177f9a40f77f5 2,635 1.00/1.00 vMB 121
580,930 580,930 0000000000000000001f42e5b2391ff892102a121f58a66e0be3b337a9e56c39 670 1.00/1.00 vMB 2
580,929 580,929 000000000000000000022f928fe124d4ca96dd64d11ec260d26dca69f7b605f5 1,041 1.00/1.00 vMB 4
580,928 580,928 0000000000000000001bbafc443f17c86550a9dde83c1d95b20410316a0c6e7f 2,349 1.00/1.00 vMB 36
580,927 580,927 00000000000000000019552f6070eb84163c5b1f0e41b0abff2ef36c1434e469 1,765 1.00/1.00 vMB 66
580,926 580,926 0000000000000000001983c77e03d92edae0efb7cb843f485b465f7df9150175 1,297 1.00/1.00 vMB 84
580,925 580,925 0000000000000000000ba8d577ae11329b271bf89616afa1203654a411003309 1,874 1.00/1.00 vMB 10
580,924 580,924 0000000000000000001c3b6640c035a3e8a90162dc71cadf2ca71358c5638778 2,917 1.00/1.00 vMB 11
580,923 580,923 0000000000000000000e5f38a73229182843c21a1de172aba66ea8024a58a29e 2,577 1.00/1.00 vMB 72
580,922 580,922 00000000000000000006095501232d01d60b98ed8a780a4b1dce3243f7813fb4 2,983 1.00/1.00 vMB 81
580,921 580,921 00000000000000000019e4044239194ccd698359302482755d407f524dee2d31 3,155 1.00/1.00 vMB 68
580,920 580,920 0000000000000000000f2666ce1dd879570ed586d0acc4e2a531c93492590c06 2,783 1.00/1.00 vMB 95
580,919 580,919 00000000000000000010e4f3fbc415e7188b83967216080d42e855919ff581f4 2,630 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 781.60 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 623.58 GB
    • Received: 11.46 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.