Loading Tool

Explorer IconExplorer

Memory Pool

74,222 transactions
27.36 vMB
0.06594241 BTC
Random Selection Loading Transactions
Max Size: 167.26/200 MB

Candidate Block

Mining Attempt 4dbec381d718ec3aa8fb6a56ff8323c15e3bb225b1c019d27ef7c242bdd605fa
Version 20000000
Previous Block 00000000000000000001557435dcff3b80a2812f16c9780d6c7bb42700c76759
Merkle Root f1cf66b5f3107559e20ad0abfb2b22433c7b29d8dbb4bc85e5c2e34c7ff8e1ba
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,462
Size: 1.00 vMB
Total Fees: 0.00779974 BTC
Feerates: 179.53 > 0.78 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,260 (106,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
809,079 809,079 0000000000000000000345c25684aa56e00b1411a5ce2706a5719ecc0827f671 4,495 1.00/1.00 vMB 28
809,078 809,078 00000000000000000000f15b73bef53f4bbef63e62b60f3a52d0b159c05e4dcb 3,602 1.00/1.00 vMB 22
809,077 809,077 00000000000000000001d383d1023d517d6e7d23620a03a54d008d52db44c3d0 5,900 1.00/1.00 vMB 24
809,076 809,076 000000000000000000020325fdae0ce86379f796a7c95708bdb750dadc9cfb87 3,683 1.00/1.00 vMB 30
809,075 809,075 0000000000000000000494d9ce732ccad40c2cbc03319428b232b3770d62bf36 4,508 1.00/1.00 vMB 30
809,074 809,074 00000000000000000001469b9da89255bfa2b47a9015b74ad916e0c9ec3deb8c 5,457 1.00/1.00 vMB 28
809,073 809,073 00000000000000000002d23eb4b6430184f1f238bbe714b4720d72dc5f57226c 3,756 1.00/1.00 vMB 33
809,072 809,072 00000000000000000001c6e27374eb6f31d2cd5d0aaa1990ce30889734c35cbb 5,327 1.00/1.00 vMB 27
809,071 809,071 00000000000000000000d21159299915ab9239630b05096c0947ad6c43a87383 3,244 1.00/1.00 vMB 36
809,070 809,070 0000000000000000000149d5624ae02452d320a4a01952921a94a0ceaa54894c 3,749 1.00/1.00 vMB 28
809,069 809,069 00000000000000000003200258effdd20e8605ad5e962c7464455748bdfd1c08 1,808 1.00/1.00 vMB 29
809,068 809,068 00000000000000000000c1101df08a00eaf310fe8b746b2bb8a521f2638e8ef5 2,390 1.00/1.00 vMB 36
809,067 809,067 0000000000000000000239cc9edf59d59011606e9d9fd9f15ac3f9994e4650d2 4,344 1.00/1.00 vMB 24
809,066 809,066 00000000000000000002016d11f97d8b98ad742f566f167673ec1797c7c352a1 6,095 1.00/1.00 vMB 26
809,065 809,065 00000000000000000004e172a4a905aec64bed242de42e4c5482257930e83ebc 2,091 1.00/1.00 vMB 33
809,064 809,064 000000000000000000040e8415daee1644518379d1655b10fbc8b34eef846db6 4,670 1.00/1.00 vMB 26
809,063 809,063 00000000000000000002fefd6f1c15e9c40feaff05f3d4f5d30598a8536072d9 3,374 1.00/1.00 vMB 31
809,062 809,062 00000000000000000000011f88f6be1bb1a761e3cba1e9e86e3f45d5c884d3a2 4,304 1.00/1.00 vMB 28
809,061 809,061 00000000000000000002134e0228b256d3929b3fdcf2dbef8120a0fa252ed45f 3,687 1.00/1.00 vMB 24
809,060 809,060 000000000000000000002bc9af803005a0028f29f1e7284440ed24b953ee630a 5,924 1.00/1.00 vMB 27
809,059 809,059 00000000000000000002430ec1bf0d69425497691a8fb4d19f201ebbbd643998 4,153 1.00/1.00 vMB 23
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.36 GB
    • Received: 17.17 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.