Loading Tool

Explorer IconExplorer

Memory Pool

34,305 transactions
25.54 vMB
0.07782053 BTC
Random Selection Loading Transactions
Max Size: 129.25/200 MB

Candidate Block

Mining Attempt 4dcc0a1ac43c49a57406fddfe8940dba61e5dba0b9cdc715edcb8cb67357e415
Version 20000000
Previous Block 00000000000000000000624d4057b8824b6424cdc1dfd72c3851a194c52d8c6f
Merkle Root 89f7aa9041cbe81b7fb4b93fb1bc62878776cf2f949b8466287e50b27d249fcc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,893
Size: 1.00 vMB
Total Fees: 0.02703657 BTC
Feerates: 100.60 > 2.71 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,705 (325,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
588,989 588,989 0000000000000000001a8beccc5123c9744cbb0e179a2ca05bbbd95d1b6048b5 664 0.35/1.00 vMB 2
588,988 588,988 000000000000000000003e840fea8e99f288acadff50b411cb831d4f6599bf75 3,085 1.00/1.00 vMB 31
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
Previous 10 blocks ↓
Total Size: 781.87 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: 642.86 GB
    • Received: 12.56 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.