Loading Tool

Explorer IconExplorer

Memory Pool

50,036 transactions
24.41 vMB
0.09910988 BTC
Random Selection Loading Transactions
Max Size: 134.87/200 MB

Candidate Block

Mining Attempt fa700e4c902dfc6093369f8162e75584967ea838c98fc542cc45ffc1eb91d4e6
Version 20000000
Previous Block 00000000000000000001edbfed385dba04839fd0016a10cd5b3147ca7d3209be
Merkle Root 2cd1fc72977210a72e951b8b219c6e44efadb1c9dcac7368324aa9c6fa07e8ae
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,867
Size: 1.00 vMB
Total Fees: 0.04387078 BTC
Feerates: 151.03 > 4.40 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,981 (785,917 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
128,064 128,064 0000000000000ee962ab822b8cb4b8a309d85c1cb19f065722ee9ba60b522a82 5 0.00/1.00 vMB 899
128,063 128,063 0000000000001846879ddfa8b38e709cad6fc1e00acf6194f90ca97ed5e4a623 10 0.00/1.00 vMB 725
128,062 128,062 0000000000002667e8a1b2f5cc85d7821cce2d31c5e8ec5471ab0f7fa56831da 63 0.02/1.00 vMB 353
128,061 128,061 00000000000022a835b51574473e7efd64a3c32c60bbb09e95f000b0e4bddbe2 44 0.02/1.00 vMB 1,059
128,060 128,060 00000000000007c3f62d8abfe8961572464839db52209002a6a3aa3829a9ace5 9 0.00/1.00 vMB 503
128,059 128,059 0000000000002234af6f54876c84f11708a250cee9d66aeec83961596b78af92 65 0.03/1.00 vMB 900
128,058 128,058 0000000000001e523882a040a16f2f3b70ab4a91bbaf382936f33129db39a087 40 0.01/1.00 vMB 4
128,057 128,057 00000000000002bbbcc27a022469affb886c99a01c2a9a8e76271e812972829a 32 0.02/1.00 vMB 943
128,056 128,056 0000000000001adc1a9243cd93a481ca3b8b1b066180b92d651201616a72ef76 44 0.02/1.00 vMB 692
128,055 128,055 0000000000000233770bab77576512c44b05bc6958cb2d176afd0f8f6422b0a6 12 0.01/1.00 vMB 817
128,054 128,054 00000000000008a8885ea0ebc7f4a8f79febe8b05efe44eba6d9ce81dfe63691 47 0.01/1.00 vMB 380
128,053 128,053 0000000000000ff681fec340c61a6c7d915ac45cf48b4d0825bc503b14e36237 5 0.00/1.00 vMB 0
128,052 128,052 00000000000018305c934cc4d9c1075790f1bd89c4abaeab7e5faf624d0dc772 74 0.03/1.00 vMB 562
128,051 128,051 00000000000011bcc90b89adc14f45fc408ec253f3a5282d837715b98611caba 25 0.01/1.00 vMB 1,356
128,050 128,050 00000000000009313146d8b8d57f2243a1cefa7496387dfe56aa4222c16eb0d9 78 0.05/1.00 vMB 495
128,049 128,049 00000000000001a197ad0707cf1df7ee97f0503a017f416edbd593f01360350a 10 0.01/1.00 vMB 0
128,048 128,048 00000000000020239bcfd97b21b5e63801ff1873800f59a0cbfefe31c2cbf133 13 0.01/1.00 vMB 1,503
128,047 128,047 00000000000002ba578eb5a4f89f7199389d1950fe225cd1195ef47d383ad8d7 4 0.00/1.00 vMB 1,369
128,046 128,046 0000000000002672ad10b0d54e16b2365e73075caa943f9a7cf127eceae01741 85 0.03/1.00 vMB 451
128,045 128,045 00000000000018130981047b2d68eed7f7603efc809d63e1d1069170470f7356 10 0.00/1.00 vMB 1,798
128,044 128,044 00000000000006afb4dfa7f7c59b163c9b826575d5bbb1d464bd9e18dfcd59de 6 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 780.57 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 538.65 GB
    • Received: 6.14 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.