Loading Tool

Explorer IconExplorer

Memory Pool

49,379 transactions
29.91 vMB
0.09216137 BTC
Random Selection Loading Transactions
Max Size: 160.06/200 MB

Candidate Block

Mining Attempt c587645d2ec49b99ca1d3633bde866f4c56c70b73ce570040c553dc3fa70af4f
Version 20000000
Previous Block 00000000000000000001073fbbdfd9cf89877f0a8ea98729a2d0c883dbdb3937
Merkle Root ff19956abc33b1142db367a0430c2334ba8e6d0636a34ebe5d9546b1ae0720c7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,716
Size: 1.00 vMB
Total Fees: 0.02612036 BTC
Feerates: 51.03 > 2.62 > 0.34 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,813 (250,641 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
664,172 664,172 00000000000000000008c53a2bb5aa2d4476a9f7eed5c25f64ff92a878a277db 1,426 1.00/1.00 vMB 82
664,171 664,171 0000000000000000000311630b01550b9e0055009d94edc3bcc1f767a0269460 2,852 1.00/1.00 vMB 67
664,170 664,170 00000000000000000008a653a40b2201053c1536272914cb265af54ad00cb8dc 2,160 1.00/1.00 vMB 94
664,169 664,169 0000000000000000000c8cac6fc9b3617f5c3d7d7a821883b76f0651da748d44 2,011 1.00/1.00 vMB 83
664,168 664,168 00000000000000000000961f2d3de2e689f932b28be2c9d8b31e0fd31d58d029 2,922 1.00/1.00 vMB 114
664,167 664,167 0000000000000000000e838021144f7bcbb9e35020f8a5207801c5621ea1284d 2,563 1.00/1.00 vMB 79
664,166 664,166 0000000000000000000efa7aadab15985494714620c3737182f8c4f4c2f44288 2,495 1.00/1.00 vMB 92
664,165 664,165 00000000000000000008fe84c504360f375345286c2ab42ca6c78e27c430d489 2,195 1.00/1.00 vMB 91
664,164 664,164 00000000000000000001b6442bedad8da61768d8db4f55b8a32355dac7966276 2,400 1.00/1.00 vMB 114
664,163 664,163 00000000000000000004f4a2aa6e3896f8a0939b01b305cb9fa8d0ad8c6d4b59 1,945 1.00/1.00 vMB 66
664,162 664,162 00000000000000000009313dc691fee3da2444e4f726eba9e51dbcc7304d1962 2,704 1.00/1.00 vMB 80
664,161 664,161 00000000000000000000254a78b5c55a881a4bb177e16613e8aa80ea5e261ff4 2,860 1.00/1.00 vMB 100
664,160 664,160 00000000000000000005ecf009db9e7ad6c8069273576c63f7afad2a31537dd0 2,665 1.00/1.00 vMB 124
664,159 664,159 00000000000000000006a97c6ee9cfb41e51636895c127f8b47999c0f28c2b41 2,436 1.00/1.00 vMB 97
664,158 664,158 00000000000000000009015f362329ec5185bfdbd91169381b3c3eaeaca6695f 2,598 1.00/1.00 vMB 77
664,157 664,157 0000000000000000000b4b2fb1d5a596008b660c8b0ee8f15aa8f6f4ca0ed9f7 2,143 1.00/1.00 vMB 34
664,156 664,156 00000000000000000008602db17626735c7eb0fe6656ba9548f08d14344977c6 2,100 1.00/1.00 vMB 61
664,155 664,155 0000000000000000000ce1710baceb189551891d2895c7559a5d4d3c114ba37c 2,539 1.00/1.00 vMB 82
664,154 664,154 0000000000000000000c36d4654558094b36222a4e47f2b4704fa090e0b18176 2,512 1.00/1.00 vMB 56
664,153 664,153 0000000000000000000c33a3389bb25e262264b7972989ae92052cecb093c5ee 2,357 1.00/1.00 vMB 22
664,152 664,152 0000000000000000000de5e81865e026558e5989ef6fc7088ee5ca8724a19da5 2,531 1.00/1.00 vMB 83
Previous 10 blocks ↓
Total Size: 782.06 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: 651.09 GB
    • Received: 13.40 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.