Loading Tool

Explorer IconExplorer

Memory Pool

79,707 transactions
30.15 vMB
0.08224927 BTC
Random Selection Loading Transactions
Max Size: 183.91/200 MB

Candidate Block

Mining Attempt d6be425e428785fc7117d37ce0b4a8c672174f5518d55d38b6f724a3f6eeacc2
Version 20000000
Previous Block 00000000000000000000464fbd6ccc853e5ba244ebbed6c329fc6ad23af9abcc
Merkle Root 1ac4e85184e7b3434e093c6e523c0ba5c707e0a2b90c5d58b74586606956bdc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,081
Size: 1.00 vMB
Total Fees: 0.01505290 BTC
Feerates: 200.89 > 1.51 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,382 (46,080 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
869,302 869,302 000000000000000000015561d498bd369179864b2bc19d4e609cf59411e2891c 3,647 1.00/1.00 vMB 5
869,301 869,301 00000000000000000000d36f376f424afdb810c12ca0b1640a265b390087c032 3,582 1.00/1.00 vMB 7
869,300 869,300 000000000000000000010302c69e07a4ed711f7f7381b81a5a97e547b5c25bed 3,637 1.00/1.00 vMB 4
869,299 869,299 00000000000000000002a677031656540eaf7e04f11a5eae9245ae9489f7b8cd 3,781 1.00/1.00 vMB 5
869,298 869,298 0000000000000000000122ce3118d12e2bc2ed7db10b450cfe4543b4dbfac6a6 5,083 1.00/1.00 vMB 2
869,297 869,297 00000000000000000000edeeb5a7bb1075995f05115331df53a492f00b1dddc3 5,276 1.00/1.00 vMB 5
869,296 869,296 000000000000000000010ebd362c1b4d4fab7504589e2c1eb20959ba94232fa3 3,479 1.00/1.00 vMB 4
869,295 869,295 0000000000000000000201867cb946c6c4da43f5f90721ffcf7671eaf9f58548 2,603 1.00/1.00 vMB 5
869,294 869,294 00000000000000000000818bdc6488d3ec08b0727354a537a036892ed93c51c0 3,177 1.00/1.00 vMB 4
869,293 869,293 000000000000000000004434b2068bfc6569e40162b3428c51f6da7c6af49f47 3,521 1.00/1.00 vMB 4
869,292 869,292 000000000000000000004702768c39f604e27e2c920ba56be257c2f7379b540d 7,059 1.00/1.00 vMB 1
869,291 869,291 000000000000000000028b82c0da153c383901d35eb0d87651f17e23f118b25d 4,781 1.00/1.00 vMB 4
869,290 869,290 00000000000000000001b75dd85baeea5a24c6d7ee8049a046537ad9b6dc988d 3,623 1.00/1.00 vMB 2
869,289 869,289 00000000000000000002990bb2fae212e4cbed2228f5d07ccbf844a09a8c51ac 3,901 1.00/1.00 vMB 3
869,288 869,288 000000000000000000016c4e38138bf650bb99069a81dc1fa95cdcde6072f1a5 3,565 1.00/1.00 vMB 7
869,287 869,287 00000000000000000001c57798d62e7e98d45d0d0fb4a542b43bf41d2258a385 4,395 1.00/1.00 vMB 4
869,286 869,286 000000000000000000025a214159ca9b2da6b3ae7bbb3341d69bb842f313189a 6,522 1.00/1.00 vMB 2
869,285 869,285 000000000000000000006437746a33f002c65e7eb2906bc984049964a5a03783 4,442 1.00/1.00 vMB 3
869,284 869,284 00000000000000000000db29bd138850054e595f86b2f83afdbd5d4f7d34e31f 4,646 1.00/1.00 vMB 4
869,283 869,283 0000000000000000000040174adaf0ec907cd0dc2b88455df3be6f45e7a4c148 3,059 1.00/1.00 vMB 4
869,282 869,282 00000000000000000001364677f11ceac0dc66d9713ec25a81d14da0a3bc1f62 3,303 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 783.05 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: 720.58 GB
    • Received: 18.20 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.