Loading Tool

Explorer IconExplorer

Memory Pool

73,497 transactions
27.19 vMB
0.06167050 BTC
Random Selection Loading Transactions
Max Size: 166.09/200 MB

Candidate Block

Mining Attempt 5cbc0af1272c9e47d1bdbe5948c781eb4ea3281f671fe2b845f4f9edd2ab8ba5
Version 20000000
Previous Block 00000000000000000000eb6f61bd9defd18e41bcd69e7e89dae8b0fff50507e2
Merkle Root 26fee5a62c194789bbcfca101fff769b7d019a9dc8548db3eabf3575d6929b8d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,866
Size: 1.00 vMB
Total Fees: 0.00404135 BTC
Feerates: 80.00 > 0.41 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,259 (541,254 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
374,005 374,005 0000000000000000057b8ac80d3a440bdcd75574cf261625e87943135d229ee6 920 1.00/1.00 vMB 30
374,004 374,004 000000000000000000d3789f1644f86dcc0d9b4358818f8e69b010812a13a8b6 260 0.88/1.00 vMB 8
374,003 374,003 000000000000000008d8b4beded1f58eaae73f2c6b2ea1586f64c3747a2da441 526 1.00/1.00 vMB 11
374,002 374,002 000000000000000008c5f65b321456700c0f425599e21d6d4718ad3cfa64e4e9 1,265 0.93/1.00 vMB 25
374,001 374,001 0000000000000000029c559f066604a8e5ed21932434eefa57c8c9e6d6cb9e30 1,346 0.95/1.00 vMB 23
374,000 374,000 00000000000000001016aa3783721673bebbcd1efa49946b52cceb09a81465a6 791 0.92/1.00 vMB 14
373,999 373,999 0000000000000000049714db3bf0ad611138e643d7f5f69770b68aa7a11daf8c 449 0.32/1.00 vMB 24
373,998 373,998 0000000000000000009e9b68d5588c75cc5acd2a27ab6bdcccfc56b680d9310d 287 0.13/1.00 vMB 35
373,997 373,997 000000000000000007b308b9516c232ff276447837fc667481e4fc0d609746a5 787 0.95/1.00 vMB 12
373,996 373,996 000000000000000004cbdd35cfcccbb6fea2e9896ebf343838f0f3424530db5c 1,285 0.93/1.00 vMB 22
373,995 373,995 00000000000000000ea4e194a253c3e6025e78bd1171767a385ae342dbeef560 948 0.93/1.00 vMB 15
373,994 373,994 0000000000000000121c28de9835c2cf7ec4b992b8d672f5d0217fd24e9f1914 3,740 1.00/1.00 vMB 11
373,993 373,993 00000000000000000202be223677aa87f7ad641c5471eb704cef6fc83a1e8ea2 182 0.07/1.00 vMB 44
373,992 373,992 00000000000000000064d210ddfd1c156f049b44a2418d09e1ca9c84316292ca 1,389 0.75/1.00 vMB 6
373,991 373,991 000000000000000006e2452ef7a37bbb89d8650eafb5b050f856340aa13a0c08 721 0.75/1.00 vMB 13
373,990 373,990 0000000000000000098b056033ec522fcd8d0471af93f4d93e0d0fb4389846b4 2,099 0.75/1.00 vMB 30
373,989 373,989 00000000000000000b4de144b5ec8c21c976c4eabeb3ebfe25d91d049fbf97d5 1,802 0.80/1.00 vMB 42
373,988 373,988 0000000000000000015b939a17109cdef7b60e292192f9de41151b3f8eac00f6 1,272 0.95/1.00 vMB 25
373,987 373,987 00000000000000000d361b2ce5a763dfcdd8cf557b92d356e56076c826b41ed3 194 0.12/1.00 vMB 27
373,986 373,986 00000000000000000f437352348f9fa51183ad3bfba819a07223abcf7f00401b 385 0.18/1.00 vMB 40
373,985 373,985 000000000000000002565c1ceb5d47de0a7c7ddcd6c9492f3533bc94b11c6728 2,290 0.93/1.00 vMB 18
Previous 10 blocks ↓
Total Size: 782.84 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: 712.05 GB
    • Received: 17.16 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.