Loading Tool

Explorer IconExplorer

Memory Pool

80,455 transactions
30.06 vMB
0.07175385 BTC
Random Selection Loading Transactions
Max Size: 184.47/200 MB

Candidate Block

Mining Attempt 635824d8c67e081ad4af702d4a9a3e459eed3c6f50ab3ffc03a5f231f3bbc2c4
Version 20000000
Previous Block 00000000000000000000b4f9c9ada5e3b1ab49c5a1834e7c70cd8f59b00d6f9f
Merkle Root 7c168bf598a5c51082fe6025bca266b49c7ca492369cc75512d66864e5f9739a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 5,354
Size: 1.00 vMB
Total Fees: 0.00493049 BTC
Feerates: 100.00 > 0.49 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,329 (481,797 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
433,532 433,532 0000000000000000008ef82432f4f7070a023af5b6d24973919ccffdf26b4a98 65 0.05/1.00 vMB 27
433,531 433,531 000000000000000000fc0dd4292ba566e31836e97568dac839470ab973fcd6a8 571 0.27/1.00 vMB 64
433,530 433,530 000000000000000000de7b20daed0604014207d04f35f661d619b43ba4d35f1d 2,298 1.00/1.00 vMB 55
433,529 433,529 00000000000000000351db447b02c43680df816b94cbbdb04e230c8df39d7679 910 0.42/1.00 vMB 56
433,528 433,528 000000000000000001c407056e58c48dde56fd58dd06b2969b1c6e6a99536098 1,322 0.59/1.00 vMB 59
433,527 433,527 000000000000000003eed800ae33025a5664efd58a4cc5a2564b5581b37b9751 1,200 0.43/1.00 vMB 65
433,526 433,526 0000000000000000021fc62746f8002c6e7eac82b363a5a69ea017ad2648933c 658 0.33/1.00 vMB 54
433,525 433,525 0000000000000000033d04593b1cc878bd9571f669c8cc35204ae4ffc139a399 1,446 0.64/1.00 vMB 60
433,524 433,524 0000000000000000023a3c7667b0b1b5b348551f0c45312fea0a17e88eaf438d 120 0.98/1.00 vMB 2
433,523 433,523 000000000000000001924b0656fad33888ea64b46e1d482e3fa982b9b5cae9ec 915 0.40/1.00 vMB 56
433,522 433,522 000000000000000003902683336be6453da6032c7542f152316104c8a8540036 809 0.35/1.00 vMB 65
433,521 433,521 0000000000000000011fdc4adfc88ffce072c5d692b20304010bd5bc98ec58ba 2,124 0.91/1.00 vMB 61
433,520 433,520 00000000000000000018accc90d3f4f46c238c823ff0e1b88c1a3cd7b1d49bec 1,562 0.75/1.00 vMB 51
433,519 433,519 0000000000000000030a7ebdeb1413d73ae40eb860d4a82bb936e1236d0f30ae 1,985 1.00/1.00 vMB 64
433,518 433,518 0000000000000000027e2c9f992a7a752f3a9f8b919d47c90eb6264ee826ed3d 1,081 0.98/1.00 vMB 27
433,517 433,517 000000000000000001f89e17b9d3bc3af446a4700f18aaa261b7110cffaf69ab 36 0.01/1.00 vMB 67
433,516 433,516 0000000000000000006a256f48f63187f6207d74b0c7c5e90489052b4c816337 1,170 0.61/1.00 vMB 61
433,515 433,515 0000000000000000025fd473e68bba4c5cff6db0d91533b64adbf7d11bd6f559 1,750 0.63/1.00 vMB 64
433,514 433,514 000000000000000001734da5e2e8251793d201a5df0cf8a93529d7b45113601a 639 1.00/1.00 vMB 16
433,513 433,513 000000000000000004369455d23a40deb41108a65a772989d4a64155f20e06a9 119 0.06/1.00 vMB 34
433,512 433,512 000000000000000000533a4be91dc4a2cb179c87d3c6920629d1b99ad53e0c81 2,112 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.96 GB

Node Details:

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