Loading Tool

Explorer IconExplorer

Memory Pool

70,967 transactions
37.12 vMB
0.28572178 BTC
Random Selection Loading Transactions
Max Size: 199.68/200 MB

Candidate Block

Mining Attempt 2e5ebdb110650f0a804d2f03ecaf8db56eba86e13f61d0c684a34561742f4b8a
Version 20000000
Previous Block 000000000000000000010038ececcdbd5a5cf41d8463ca58111ae9c69715f93c
Merkle Root 3c0071bba6854e33941800b3aba92403290a12d33a187016c260adebf6e093dc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,584
Size: 1.00 vMB
Total Fees: 0.11036438 BTC
Feerates: 477.45 > 11.06 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,418 (900,592 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
13,826 13,826 000000004eb8c021fa02dbe116a664950f2ffc9120cadc92dce85d1c226f7d9c 1 0.00/1.00 vMB 0
13,825 13,825 000000006267f75fe735b4096070d337c480b41a3eaa3d49e9db937d3f5cac5a 1 0.00/1.00 vMB 0
13,824 13,824 0000000007796868b0873891e1bebe1a87a039cb8e2285c09dd3209db2deeb82 1 0.00/1.00 vMB 0
13,823 13,823 000000006c9930333709cb218cbbb118bf196bbd9217fcab72d4e1a8fc841ab5 1 0.00/1.00 vMB 0
13,822 13,822 0000000022f74fbbd8a934d082f5b00c15782d04a40776b8d24b0cf186ef87da 1 0.00/1.00 vMB 0
13,821 13,821 00000000c926d762ad0aa1f2d0f63d47bf9da8829b8c0fcadf7ac25b4fb2d092 1 0.00/1.00 vMB 0
13,820 13,820 000000009c7802d9fccde4936d18568605d5d56fde16763dd14a947e27115266 1 0.00/1.00 vMB 0
13,819 13,819 00000000e12856bab5e918cae1bec411ebdc224d4112d7caa9d3a32c2dd7c8eb 1 0.00/1.00 vMB 0
13,818 13,818 000000009af454d33aedd223e60eb1356ea57e770cd6866451a283b04a424dba 1 0.00/1.00 vMB 0
13,817 13,817 00000000c883e98da597cdfc83d55bfbe853e558accc393cdfc4ad85e6acd23b 1 0.00/1.00 vMB 0
13,816 13,816 00000000d259ca9804ec5f5579e806a1996d9a1cca7ac4c352a3a8071217bbbc 1 0.00/1.00 vMB 0
13,815 13,815 000000009ee878093ecab0b7d9065e733647ebe52db877b7e0103f0fcc065d7f 1 0.00/1.00 vMB 0
13,814 13,814 00000000f3cf428039c396f665af6c1dbe33e077150fdea5361643d5617d370b 1 0.00/1.00 vMB 0
13,813 13,813 000000004518a29f7a52c508d1d42824f9f5d3a606b3bc36ba3532ecca3d499b 1 0.00/1.00 vMB 0
13,812 13,812 0000000013803935f40aff195da58240d2ce8d116e869809521cbdbb89d38312 1 0.00/1.00 vMB 0
13,811 13,811 000000006bf8e0b563dc1e899f52249cd683d6df7311904eab04b12e04316bbf 1 0.00/1.00 vMB 0
13,810 13,810 000000005634f8a279082fdb93d4011f8db7c14c389c10bc70f631fa29fa703f 1 0.00/1.00 vMB 0
13,809 13,809 000000008a72b879dec79991649a7b7a6630f8c5aa7781ae0f54c76c24d40bf2 1 0.00/1.00 vMB 0
13,808 13,808 00000000cfe1a5f59a4b5c3b70b34d7b865b5a0a9cf7904f711bd1ecad565702 1 0.00/1.00 vMB 0
13,807 13,807 000000001964f38128c4de0aa215eb274b9f41484e90046073f536f8b4c79150 1 0.00/1.00 vMB 0
13,806 13,806 0000000067f5977b1b24d362c21602700be36d9830acbb30c27b64acdf8525c8 1 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 781.35 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: 602.03 GB
    • Received: 10.28 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.