Loading Tool

Explorer IconExplorer

Memory Pool

40,634 transactions
19.93 vMB
0.05806897 BTC
Random Selection Loading Transactions
Max Size: 110.96/200 MB

Candidate Block

Mining Attempt eac1a0338f833a4b28af0f3ff8a5158afde36366797c8b94a6796dc207d8f380
Version 20000000
Previous Block 00000000000000000000ea084d8a6bfd9b36619151e0eb6e8789650fb6c7d699
Merkle Root e7df2611c8629fa60fc691ba7cb1467e18654b2d1fe0ab1c9011ed2bc6e59b5c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,799
Size: 1.00 vMB
Total Fees: 0.01907276 BTC
Feerates: 196.04 > 1.91 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,075 (784,074 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
130,001 130,001 000000000000012f983ccf25fca1659dc99a24a455a60a7fe3e848475a0b67f7 29 0.01/1.00 vMB 1,041
130,000 130,000 00000000000011906b491883ab0f16f0e690b133ca860b199b775c3cf6581c21 9 0.00/1.00 vMB 2,952
129,999 129,999 0000000000000a9c69e94a7dfd464d9951e2a89eb9611914cb28e1eb9fa17958 148 0.05/1.00 vMB 432
129,998 129,998 00000000000001ee6ceed057a7d12e61e26b0800c32b0b5b982cfc5a693a1a35 24 0.01/1.00 vMB 1,748
129,997 129,997 0000000000001013c2b056f80083b999910aa71b4e06c9fb9abfe18adfeba607 37 0.02/1.00 vMB 1,267
129,996 129,996 00000000000011217b2a197398c903be4963e2b4ecf6874da76281006f34543b 18 0.01/1.00 vMB 1,689
129,995 129,995 00000000000005eeb1737a37ac9523a3dfa9b8b9d3dae97ce4f1793de1b14ccb 40 0.03/1.00 vMB 38
129,994 129,994 0000000000000f5a76bd3054a44c919641ccd647c1939adddaa07cf30460bfbe 19 0.01/1.00 vMB 1,035
129,993 129,993 0000000000001ac4937dc926a64fad893739c57df6f377d7b717240e0f8988a8 8 0.02/1.00 vMB 991
129,992 129,992 0000000000000b7e723020e3049871852f33e68b32cb63f0671046e9f3145e8d 17 0.01/1.00 vMB 1,232
129,991 129,991 0000000000000cbe0424bcfa60721fd88b8beeb636ae5f7fa0c6f9559c96a766 13 0.00/1.00 vMB 0
129,990 129,990 00000000000005fd8587e4d7c2b8aea971f616806b28f047f1de51a89d105af9 1 0.00/1.00 vMB 0
129,989 129,989 00000000000015192edb9acee623e0cbfff60ca8cc4f2bb9e11c35781c5f90d4 33 0.01/1.00 vMB 1,007
129,988 129,988 00000000000003e0940d90d9d78f08403c9859ded003d3233f748f21842c709d 1 0.00/1.00 vMB 0
129,987 129,987 000000000000040502abf659fa8d4f5064ba9901c1e462a2d4f5600f8165752a 13 0.00/1.00 vMB 645
129,986 129,986 0000000000001430ba53f4510df8ca6b245fd54615387c625469127299820256 3 0.00/1.00 vMB 0
129,985 129,985 0000000000000ef20c7bed15d98b22ba82e68b2bb264cff70728dfc090810959 33 0.01/1.00 vMB 5
129,984 129,984 00000000000000acc583bd6801ed57ffd8774c4d3f31702c9d000482b574a1a2 24 0.01/1.00 vMB 872
129,983 129,983 000000000000021589a865eb403c14056d16aeca182d3ffce819fbeedcee88a3 14 0.01/1.00 vMB 845
129,982 129,982 0000000000001841493947120974631d10c792cf0c5ea2261d05349fe79ea628 96 0.03/1.00 vMB 502
129,981 129,981 0000000000000a1153c8d2994d1b0fb826460eb59d03281ef94da827267f01a8 19 0.01/1.00 vMB 1,602
Previous 10 blocks ↓
Total Size: 780.73 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: 555.60 GB
    • Received: 6.91 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.