Loading Tool

Explorer IconExplorer

Memory Pool

27,857 transactions
5.14 vMB
0.01589849 BTC
  • 1 sats/vbyte = 4 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 41.36/200 MB

Candidate Block

Mining Attempt 78ec89593642c28b9135ee398586b4897b21d56ba593b15aedaeddea3b5106f6
Version 20000000
Previous Block 000000000000000000016599a87148a9e7594585cd473996ae72c110e2f10436
Merkle Root 527760ea249463c9c23415f1909808a45f7725fd4fadba278c9099bcbc173f9d
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 262
Size: 0.06 vMB
Total Fees: 0.00252777 BTC
Avg Feerate: 1.05 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 912,940 (769,069 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
143,871 143,871 00000000000004ca91aca348c12497aec321befe0a9d6dd0f3f64d45c093f7a4 0.25 MB 126 79
143,870 143,870 0000000000000219218a28c7255e2c5013c9e713e6a9ffe578ed9e7c11e3eb45 0.38 MB 169 260
143,869 143,869 000000000000030f08873bb81ea0f2a72f788334e65e21ed4b84c857febf91f9 0.05 MB 97 138
143,868 143,868 000000000000043503e1561003c2af042f1161ff6279a6a9eea55e41ca96952f 0.02 MB 58 59
143,867 143,867 00000000000005980d8cae5175a7f8036dbc796d078e56ca6625e3ccb8b4440b 0.00 MB 5 725
143,866 143,866 00000000000000f7d6702d6052ced62fcd3c92ad7eac58be4fff077b11aaffc3 0.02 MB 74 168
143,865 143,865 000000000000048519becd386776fde17b1549bb97c4dd768157ae84f3168e24 0.02 MB 51 193
143,864 143,864 000000000000055ba0925779dc0335ecc17c7b8ab873796eb52c56e32edcd46f 0.03 MB 91 180
143,863 143,863 0000000000000471bbeb2fd6799b70de54803cd69b9b01c68a741d89ee68eb32 0.01 MB 29 165
143,862 143,862 00000000000007a9184c13abde7fe58e580c594fbd9e99c915219b598573c085 0.03 MB 89 115
143,861 143,861 00000000000004ecb222cd85464bb6773f31244ff2ccb9fafc9976d5e8d50c06 0.01 MB 14 40
143,860 143,860 00000000000000122dc02cf2e67cf146e88bd9ef8c6b89c410a8e13fd2a17596 0.01 MB 23 207
143,859 143,859 0000000000000473f96bee2fb86ce4c7cd1293de03ac85c513eb1317ca442693 0.02 MB 61 223
143,858 143,858 0000000000000964fdc816f3d8bf3b45cc99be82bf788c2fe154b9e057353b6a 0.01 MB 24 39
143,857 143,857 000000000000092104ea6d180fdefd16cc51f5fcc082521c660a81bee28763d7 0.01 MB 33 109
143,856 143,856 0000000000000720d063db57758c26b0a098b7d4c78621b2677de15909bd2c7c 0.03 MB 42 75
143,855 143,855 000000000000012374e81ee2699afff594d1808a85e0d9c3469092d5dd602696 0.00 MB 3 79
143,854 143,854 00000000000007f383a251e421a6e4b283513b5a28332bb0ccfb64173ae52610 0.01 MB 26 12
143,853 143,853 000000000000004ee4d141dcfec43395ea02c74c11fec3bb76d3beab664301e3 0.01 MB 15 51
143,852 143,852 0000000000000087bd7448226e324d30378d01b5665d88ce02425d4af8becec7 0.02 MB 41 310
143,851 143,851 00000000000003df12f38098ddb70fc960081e7ab3d1ce6db484f9898247ffa0 0.03 MB 77 73
Previous 10 blocks ↓
Total Size: 778.74 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 11
  • Data Transfer:
    • Sent: 336.83 GB
    • Received: 2.93 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.