Loading Tool

Explorer IconExplorer

Memory Pool

35,819 transactions
26.02 vMB
0.06681330 BTC
Random Selection Loading Transactions
Max Size: 132.58/200 MB

Candidate Block

Mining Attempt 0bad90e89ff744d786e3480676ece6dc6069c7e9322d834e144a48070f59f402
Version 20000000
Previous Block 00000000000000000001a0662e4a8a23c83196f4d11e885bf848e7d6708c875e
Merkle Root 13b64c0a61105acb5fbb4970f3b596bb0f56ba49f52da515ae5f640fcee0006b
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,759
Size: 1.00 vMB
Total Fees: 0.01858031 BTC
Feerates: 120.00 > 1.86 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,692 (325,705 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,987 588,987 00000000000000000013b5a78edc3302335a0a64ae96964ce9caddafd32766d2 2,565 1.00/1.00 vMB 33
588,986 588,986 0000000000000000001a9dc070cc7b0fd74a628479eb14152136ca47d60ba969 1,996 0.66/1.00 vMB 8
588,985 588,985 000000000000000000014b873325b8418e81aa6185acdd705d72b39dde3f5f33 2,625 1.00/1.00 vMB 41
588,984 588,984 0000000000000000001475480ef991c40d493a50917df7e33ef95e6341dfcde3 2,338 1.00/1.00 vMB 20
588,983 588,983 00000000000000000004c65e21d77ebac5a8d2dc0b2b5365b8c70a2426a268ab 2,521 1.00/1.00 vMB 14
588,982 588,982 0000000000000000000734a84b24cf4e55fad3ebfb0cd6575baf7391867298ad 2,252 1.00/1.00 vMB 33
588,981 588,981 0000000000000000001072234f55ed064d7affead50bc8e553bac8ac26019e41 1,820 1.00/1.00 vMB 15
588,980 588,980 0000000000000000000d2fe17a2831ce3cdf97a65155276d8cd0ac0bc0cf4033 2,471 1.00/1.00 vMB 27
588,979 588,979 0000000000000000001b3fa1499c34c144600ab927ff382f7e20883e0c649011 2,692 1.00/1.00 vMB 41
588,978 588,978 00000000000000000013232bbe7c84238325e4c9d1d04c66ae5703f9c230dc1b 2,551 1.00/1.00 vMB 20
588,977 588,977 00000000000000000002b1bafabef0e1f5c2315411ce180c792cf599b38eaaa9 3,401 1.00/1.00 vMB 50
588,976 588,976 0000000000000000000bcb42504335b886b944c8c7409bc32df87a7453835f20 1,636 0.36/1.00 vMB 28
588,975 588,975 0000000000000000000b1c561db446a47c94642ea446fee22ed4ce8a14a20600 2,863 1.00/1.00 vMB 8
588,974 588,974 000000000000000000082a70289fadd46fc2602f5bc8ab88a740383cd4992e0c 1,708 1.00/1.00 vMB 19
588,973 588,973 0000000000000000000c3da51be91e43dfc21cede6f4941898a24fcf94429a6d 3,276 1.00/1.00 vMB 55
588,972 588,972 00000000000000000001b25c3b4f1191c72aec34d4d488ea63f71622efd5d9a5 2,902 1.00/1.00 vMB 50
588,971 588,971 00000000000000000006ad3cf518cb53105534071c635d77312c61110eadbf98 2,345 1.00/1.00 vMB 28
588,970 588,970 00000000000000000008b359f72dba27dc3943e0533d0e21fbda90049c79a64e 2,188 1.00/1.00 vMB 32
588,969 588,969 0000000000000000000e0ba30f8b9ec730c6398236f2d3266a1ea9451e51bd65 321 0.11/1.00 vMB 29
588,968 588,968 0000000000000000001914d89e5c551801b4f0a69aa83bb059fa7c795091ccf4 1,307 0.41/1.00 vMB 26
588,967 588,967 00000000000000000002b7a93cfb48fd1886c589670b39dd90ed930e2697d299 1,574 0.50/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 781.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: 638.04 GB
    • Received: 12.46 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.