Loading Tool

Explorer IconExplorer

Memory Pool

35,611 transactions
15.20 vMB
0.08247765 BTC
  • 1 sats/vbyte = 18 blocks ()
  • 2 sats/vbyte = 7 blocks ()
  • 3 sats/vbyte = 3 blocks ()
  • 4 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 86.13/200 MB

Candidate Block

Mining Attempt 5f0933e1bc5498f4b3413564ade6664823705277d459932dd3050d384d548e63
Version 20000000
Previous Block 00000000000000000000882eb50d4cf30d3e14b30b39d5bc9707ffd2840b4559
Merkle Root 482d03bf7210dc4046e1205a10d0acd9ccbfb1e3428130dba7b75817aeacdffb
Time ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,799
Size: 1.00 vMB
Total Fees: 0.02816129 BTC
Median Feerate: 3.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,342 (716,946 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
196,396 196,396 00000000000004e63c27b096d172ba6170ab843750b6c2471d0ef3d56c1af995 12 0.00 vMB 2
196,395 196,395 00000000000001fa3233bd4fec1761186be018cb6e4de217592e5e28421aeb22 200 0.09 vMB 140
196,394 196,394 000000000000040e4fa730b46665a6c332f1b02968b23b52f1a89e147d76c895 161 0.08 vMB 216
196,393 196,393 000000000000055eed8090e04ca14fabd59127287405ed605d2c18b4149849bd 1 0.00 vMB 0
196,392 196,392 000000000000038316a374db4d68d983129bfb6bc0949cc4fed0e476d96426f8 78 0.04 vMB 155
196,391 196,391 00000000000001edc884729af7bb0f4b5b64a0e9bb3e6e3730cd91c27fab961e 45 0.02 vMB 143
196,390 196,390 0000000000000380085d3a80eaaf02da730c99ec87ba8027a22beec58a76948c 121 0.05 vMB 89
196,389 196,389 00000000000006c37a9db29b1473598dca34c112f0bddb03adba822e82f85545 612 0.24 vMB 577
196,388 196,388 00000000000001a74b99145cd00f99e2cd6552460cc033687f81297ae335827d 13 0.00 vMB 631
196,387 196,387 0000000000000005157cbe71c956a5364f749be71d43fd60248093eac565929b 256 0.10 vMB 282
196,386 196,386 000000000000039ed1238b2a01969bfe088314c95b22b4bb25f3d53956b0a576 12 0.00 vMB 46
196,385 196,385 0000000000000486c56f8891d26f438f911016a4a0d00fa66321a57bb4dcd4a0 13 0.01 vMB 67
196,384 196,384 00000000000003e7959013acfb1923cdcedadef7b86f88d6eba7e9a265a0342d 70 0.02 vMB 5
196,383 196,383 00000000000000249626630383cb5547b5e933c68bb982c158955df8ed35f1c0 449 0.18 vMB 139
196,382 196,382 000000000000047927da95998049121bf962ab5a407ae23a7ba67f75bbfa8241 256 0.11 vMB 637
196,381 196,381 0000000000000365636358a6cb56e90f079b4b4f2ccd7e0991dfd8ac3df0b8ba 256 0.07 vMB 556
196,380 196,380 000000000000049a895c6e1277c81521b9af1ebce0cc6dbd8aaedf75e75aacad 144 0.05 vMB 106
196,379 196,379 000000000000069e1fd752631f521c7113d1aa78a9e55f53a26ac347b4f3f73d 277 0.11 vMB 120
196,378 196,378 00000000000003e98448771e614d5d774cadc187b79f7e7d57d40d613228135a 17 0.01 vMB 39
196,377 196,377 000000000000016dd50435f01ce816190774189d5e0b54a40b78c104cafc9bf6 23 0.01 vMB 182
196,376 196,376 0000000000000510b3b31d9757b2a08545526142bf585bd7ababceb8ac129c0d 388 0.18 vMB 129
Previous 10 blocks ↓
Total Size: 779.46 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 91
    • Outgoing: 10
  • Data Transfer:
    • Sent: 151.23 GB
    • Received: 0.61 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.