Loading Tool

Explorer IconExplorer

Memory Pool

45,468 transactions
28.97 vMB
0.13575903 BTC
Random Selection Loading Transactions
Max Size: 150.88/200 MB

Candidate Block

Mining Attempt 4127edfd7f4620006ee1f6fc0c9b2cb0a41746395167500c854b29c171bf42fb
Version 20000000
Previous Block 00000000000000000000c73256e2021808b5d929fff9651c7a560b10e6fe0132
Merkle Root 58bb923cef6cc84fe8d8fe624cfb22a05e0368b5bfd5dd89ee88732c171e04a3
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,856
Size: 1.00 vMB
Total Fees: 0.04077050 BTC
Feerates: 150.75 > 4.09 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,710 (530,555 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
384,155 384,155 000000000000000003896f0f6bd19db8dbed5fcae99586d8202ba009b5cc3cda 1,806 0.75/1.00 vMB 42
384,154 384,154 000000000000000004bb620fc4fb41d1b770534d58c8c81c862b48367bbe7cb6 2,452 0.99/1.00 vMB 40
384,153 384,153 0000000000000000063c7e0d0b9e507f8f0e47557720223cd9acb2470afe4575 1,390 0.75/1.00 vMB 25
384,152 384,152 00000000000000000c655d5e7e75eedee3c4e35573cc9913f3c30b489f6e1d3d 948 0.31/1.00 vMB 50
384,151 384,151 000000000000000003ae172d5f3eea4bf9458f83c5b43949abf14a558a8dab0c 1,949 0.63/1.00 vMB 48
384,150 384,150 00000000000000000a241cb2c29f05513a0db482cee9fb6d22edc1fb244f4901 720 0.33/1.00 vMB 33
384,149 384,149 000000000000000008e5a83afbbee9c79dc0b4de27a42779e76ee2f3ebb99e12 1,534 0.69/1.00 vMB 32
384,148 384,148 00000000000000000fd970c74af6cd0500976e29ff7a7074e5c0631044d9ccef 933 0.39/1.00 vMB 38
384,147 384,147 0000000000000000009d792d5d75745131dc46d83adf7a39407e04837f01eb15 1,961 0.99/1.00 vMB 36
384,146 384,146 00000000000000000ce77973d1f66eb25c008e5830ba88f9d62ec29b752471b8 1,510 0.79/1.00 vMB 33
384,145 384,145 000000000000000005b373cb1310f7f29fd8545984cd75445cee74d158bd9f81 723 0.36/1.00 vMB 31
384,144 384,144 00000000000000000d60c2eb03129646b9e9a8378a9b705e1740ae83953eeaca 439 0.25/1.00 vMB 22
384,143 384,143 0000000000000000093b2497f2b601fb300de61caefe90c3c8e920ac2db58f8d 1,051 0.51/1.00 vMB 33
384,142 384,142 00000000000000000770ce9346c0665261fdecd2b58ac7b4a31920d23dbf0c16 1,361 0.80/1.00 vMB 26
384,141 384,141 00000000000000000351e27528365b48b83f76786f8079cce9188d0f27f052e9 356 0.41/1.00 vMB 13
384,140 384,140 000000000000000009c4506ed6acce3dae82e24c6c9d7b9dc5590017fde26271 359 0.25/1.00 vMB 17
384,139 384,139 00000000000000001084a72e5973b927461e67a1540b7c26fed1e6b765fbbffd 1,175 0.61/1.00 vMB 33
384,138 384,138 0000000000000000042163146d4607f0ec09445c677dc11dedb8d89bf7a2755d 129 0.25/1.00 vMB 4
384,137 384,137 0000000000000000033d70aafb35ce203f997248330d4385aeb33d6e701787a2 138 0.08/1.00 vMB 17
384,136 384,136 00000000000000000264c145fbcf3d08debd1463caa29cb22258c4885897fcdb 609 1.00/1.00 vMB 5
384,135 384,135 000000000000000009fb2b92e2d8743a391099c9931bb2087eb4cd7f8a0e937b 1,212 0.56/1.00 vMB 36
Previous 10 blocks ↓
Total Size: 781.88 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: 645.03 GB
    • Received: 12.65 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.