Loading Tool

Explorer IconExplorer

Memory Pool

78,452 transactions
29.09 vMB
0.11634975 BTC
Random Selection Loading Transactions
Max Size: 175.50/200 MB

Candidate Block

Mining Attempt 5bf81bfd3bc2dc354b801bc2a0f3403ea60d286fc08dda41b0006e09bbcd560f
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 3f6f32defca73b03bab95de4565aa101b5dd3447e67b13a12ab53d2f6d9362f2
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,196
Size: 1.00 vMB
Total Fees: 0.04164852 BTC
Feerates: 150.80 > 4.17 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (355,687 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
559,578 559,578 00000000000000000001c975f8b4bccb3f0bdb411f68a6bf29651a680907e2c8 1,634 1.00/1.00 vMB 6
559,577 559,577 00000000000000000028bf7729529ccc381450957499a7b6c32959d97d376871 3,186 1.00/1.00 vMB 21
559,576 559,576 0000000000000000000fd5786385463a2a862d37a676499f84fe7e786dd479f6 1,943 1.00/1.00 vMB 15
559,575 559,575 00000000000000000024ce062f3fb6f1b6025297eaaa55ba8fa79dfcd997a1e8 2,701 0.89/1.00 vMB 18
559,574 559,574 00000000000000000022fdfb1cbf8efcb9fa93d7cf5b0094eaaed28061d32a54 1,324 0.43/1.00 vMB 15
559,573 559,573 0000000000000000002c17074b593590d587aac0b1fe45480c92383dc95d7b90 761 0.28/1.00 vMB 25
559,572 559,572 0000000000000000000ce0c8d6774b0cf37d10c89237bcef3bef25c028883e1d 1,994 0.78/1.00 vMB 18
559,571 559,571 00000000000000000019a83935eb0c373397a5eaaeb0e9dcfae6026ec9b237bd 3,042 1.00/1.00 vMB 17
559,570 559,570 0000000000000000000619c6bc379070a431c5127fab0f163a5709ac6a6322bc 198 0.08/1.00 vMB 14
559,569 559,569 0000000000000000002b9380b9a92420233c14e18864dc1e15c7e95c8769d84b 2,224 0.75/1.00 vMB 14
559,568 559,568 0000000000000000002dc0a6745c29bdf58b108580d3fec1a471e9eeae639469 2,242 0.70/1.00 vMB 12
559,567 559,567 000000000000000000246aad5ba95a5b55d09d35591066d91267380d959ae84d 156 0.04/1.00 vMB 20
559,566 559,566 0000000000000000000f23223b5a626007dc6405ff587d2eb67a46619fdc2092 1,234 0.69/1.00 vMB 6
559,565 559,565 0000000000000000002e1af39493cd9be698ca30a625d493c9fc8a97b5ee9d3d 2,662 1.00/1.00 vMB 9
559,564 559,564 0000000000000000002cc6f08d6cccadc86eb89dd3061e1015d2f26b3bd44115 2,946 1.00/1.00 vMB 16
559,563 559,563 0000000000000000000df410f68e195016077d8b1ecc9e76705e482e3e4b1a03 3,317 1.00/1.00 vMB 36
559,562 559,562 0000000000000000002631db4bacf2faeb0fcc82d71449289046457ec6ff1570 2,981 1.00/1.00 vMB 26
559,561 559,561 000000000000000000043a1d3de320872611c4f6787d1723d375bb05a4254a23 2,515 1.00/1.00 vMB 28
559,560 559,560 0000000000000000002af737d2b06afd5e25a78a10371803f9ecb5d50682e591 2,631 0.95/1.00 vMB 12
559,559 559,559 0000000000000000002efdcd94d6c69b830f63350cfd615918f8fdcda4ca8c18 3,574 1.00/1.00 vMB 33
559,558 559,558 0000000000000000001b6285d8f52ee4876282b403904aec4f5e8ad91d9d2b06 2,543 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.85 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: 712.76 GB
    • Received: 17.21 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.