Loading Tool

Explorer IconExplorer

Memory Pool

80,740 transactions
29.79 vMB
0.07163627 BTC
Random Selection Loading Transactions
Max Size: 179.76/200 MB

Candidate Block

Mining Attempt 3f25dbefec29de3e8465d766f0822766840471699b5397fb0bfc0136730a42cc
Version 20000000
Previous Block 00000000000000000001dca977ac9ad62b5ffda27b5d02990f9a918aa20846bd
Merkle Root 5f240f59667264c4dabe1671994e9e05a02c9acff3848e0558f3789e7c627df0
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,757
Size: 1.00 vMB
Total Fees: 0.01063169 BTC
Feerates: 100.36 > 1.07 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,978 (134,957 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
780,021 780,021 0000000000000000000640b6ae902ffc4e33796730dfc1cf9f5b1fd896f1524f 2,947 1.00/1.00 vMB 41
780,020 780,020 0000000000000000000266ef9c0057fa9ca62f4d1e701070e3025a217829b3c1 3,234 1.00/1.00 vMB 50
780,019 780,019 00000000000000000000c96b13cdf24a7b95c2e144d76a57cd249cbd5ec08493 3,071 1.00/1.00 vMB 60
780,018 780,018 000000000000000000055377600ffd11d64869bd1d648659e2c01208732a233c 3,502 1.00/1.00 vMB 88
780,017 780,017 000000000000000000005cb4f1026adc77c773081ee06cedf316c898a75dae5c 3,969 1.00/1.00 vMB 48
780,016 780,016 0000000000000000000000fa42dc4b10b4d4a505dca5e5f3c5bd7f0d77f71f08 3,908 1.00/1.00 vMB 44
780,015 780,015 000000000000000000041534308351ecbea6ffdf5d317bc067d2159cb5af26a7 2,519 1.00/1.00 vMB 33
780,014 780,014 00000000000000000001bfe4dd58669ed35e6ff2d13ca355a778fe2f5b955cbb 1,126 1.00/1.00 vMB 36
780,013 780,013 0000000000000000000207e1a036f21027c744f4d8e9a5f4bec527720d6c7670 2,608 1.00/1.00 vMB 42
780,012 780,012 00000000000000000005eb8bf740ffef9753bc6dcd34c4e5315d17af0d31b414 1,529 1.00/1.00 vMB 54
780,011 780,011 000000000000000000040729d60211835d2bf2555dcb24fdb274f1bff86acdbe 678 1.00/1.00 vMB 13
780,010 780,010 00000000000000000005a7e99b09aa60665401259af116b2378bc5db814afc87 2,254 1.00/1.00 vMB 27
780,009 780,009 00000000000000000004b16b8aa3a5f115731a275bc2478e9d7284adc89c4e0c 1,936 1.00/1.00 vMB 17
780,008 780,008 000000000000000000023a50a8a972c68e90e8987328ab11513e0ea02696bc83 1,848 1.00/1.00 vMB 23
780,007 780,007 00000000000000000002d3cd1eaeb0806d98db5ef34d3cc3418976f15c211ebe 1,794 1.00/1.00 vMB 22
780,006 780,006 00000000000000000001cbfbc37fe0ec9849095f7a93cf0495f51d8fbd79593e 2,621 1.00/1.00 vMB 32
780,005 780,005 00000000000000000004edaafb82993e9d727bb9bbba1fb9c48dfc4f9bd86f17 2,511 1.00/1.00 vMB 25
780,004 780,004 00000000000000000005f98730fbf9fd99f91a38e3612a951fd6d85b6219bb02 3,715 1.00/1.00 vMB 35
780,003 780,003 000000000000000000013f43ec730c237c79e86502328c1507cf3ee915db713c 3,097 1.00/1.00 vMB 47
780,002 780,002 000000000000000000063a73e7f5fff01ef9d9dbf36d1c9afba030aab9ad0a84 2,388 1.00/1.00 vMB 14
780,001 780,001 0000000000000000000143a5f6d19427ec9d2f2b124a2f81c831f3ce36b18e7f 2,616 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.35 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: 662.22 GB
    • Received: 14.84 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.