Loading Tool

Explorer IconExplorer

Memory Pool

79,881 transactions
29.63 vMB
0.09520072 BTC
Random Selection Loading Transactions
Max Size: 179.23/200 MB

Candidate Block

Mining Attempt aeb70fb80ed2ea1bc8d2f631effff4e92d1c61ec9a351f63e760183c64f69e03
Version 20000000
Previous Block 0000000000000000000143f54c636fd580cc96e321febc4ce4dd319dbdcb21a3
Merkle Root 0b7b6173696eb0eab83f84d05ee965f3ae03b9e2cea5c9e86789f6c84b4cebfb
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,845
Size: 1.00 vMB
Total Fees: 0.03205216 BTC
Feerates: 301.60 > 3.21 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,093 (155,103 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
759,990 759,990 000000000000000000031ad04efcae4c701628fdfb9d623e7daca4c2bc581552 3,195 1.00/1.00 vMB 15
759,989 759,989 0000000000000000000377c673f2b15d11818f222b60680dfcf5e913b3c0e9a4 2,737 1.00/1.00 vMB 4
759,988 759,988 00000000000000000003366592984fc906794a489b74241b3f2a82ddfb31f891 2,387 1.00/1.00 vMB 6
759,987 759,987 000000000000000000066825d4efe8d5fa152374a967936ccbcfc0b04f814627 2,712 1.00/1.00 vMB 9
759,986 759,986 000000000000000000007e03554a23752365b8e880a8a400d01ecedb09a32e06 2,914 1.00/1.00 vMB 20
759,985 759,985 000000000000000000036ef7c865587bfe7635f16a09158a4a929c3a832a3a71 2,395 0.81/1.00 vMB 7
759,984 759,984 00000000000000000005c698d9577f06bd8a41b40c51488810c5e63e9f24d02a 2,180 1.00/1.00 vMB 3
759,983 759,983 0000000000000000000216d575de0a73825c5bd7e59dbc65a3becf0693100387 1,769 1.00/1.00 vMB 4
759,982 759,982 000000000000000000030b1feeed946969662b67245773f6286e2a5cb1c50faf 2,698 1.00/1.00 vMB 7
759,981 759,981 000000000000000000055290d8a51a4f9c963086749783b83bac33988fda843f 2,702 1.00/1.00 vMB 18
759,980 759,980 0000000000000000000596a60a789493a28a47b120dd497fbad9b251d3e6943f 2,329 0.89/1.00 vMB 7
759,979 759,979 0000000000000000000170081c668fe73dcc55e3426447f3cbd41bdfb50ced7a 376 0.11/1.00 vMB 6
759,978 759,978 0000000000000000000068acc7fe772657a6f2eb1b8f6250aa673f04ebe3f73d 221 0.08/1.00 vMB 8
759,977 759,977 0000000000000000000028c0f0a80350010b0002468db9fe1bde7d6cd00def54 171 0.06/1.00 vMB 6
759,976 759,976 0000000000000000000196af836bf0ee0b10598737eaae739e7c4be7889660b6 1,421 0.52/1.00 vMB 7
759,975 759,975 0000000000000000000320958a635916c23b47b1e0425c0a9a8d4abf034ebd78 869 0.35/1.00 vMB 6
759,974 759,974 000000000000000000046fe259050c8c6f862bc8fa03b1d2b275609f3560e49d 1,415 0.59/1.00 vMB 6
759,973 759,973 00000000000000000003684c863e763ea6cfd11124bd4e666ecb7f61545bddd0 2,019 1.00/1.00 vMB 3
759,972 759,972 000000000000000000017d639e2c2421d5ded8d61a05a3a77de8dce881a495cc 1,713 1.00/1.00 vMB 3
759,971 759,971 000000000000000000010e3034dca26606f1ec81d47b1c75805f5d19c8fd4431 2,727 1.00/1.00 vMB 10
759,970 759,970 000000000000000000071a2445f2f184729e991e1d3da1ecac35ac77d9da414a 2,695 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.56 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: 669.96 GB
    • Received: 15.79 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.