Loading Tool

Explorer IconExplorer

Memory Pool

78,431 transactions
29.09 vMB
0.11607164 BTC
Random Selection Loading Transactions
Max Size: 175.47/200 MB

Candidate Block

Mining Attempt 76ab26842c4f770d71b555589189763f72a2f0726f79396570f8948276d4d7ee
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 (98,716 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
816,549 816,549 000000000000000000006fe198af9f6a4cd8e150d698deb8d01db1d8ac920bbe 2,798 1.00/1.00 vMB 96
816,548 816,548 000000000000000000010e05f3521893efc4a829f7d9a09d7a04b5df06479c1d 3,162 1.00/1.00 vMB 122
816,547 816,547 0000000000000000000069ed08dbe06ce8028115ee85e43c59db97c14ede9ef7 4,458 1.00/1.00 vMB 63
816,546 816,546 00000000000000000003b99476a254173f5f31b61fb884a40c372fd3b3afdd4d 5,643 1.00/1.00 vMB 69
816,545 816,545 00000000000000000003c691825b53966ece6334794f19624bd070e34318ad74 3,873 1.00/1.00 vMB 87
816,544 816,544 00000000000000000002a7a832fde4c89d62fbe067a0bc3aa6ab5b01971388ae 5,335 1.00/1.00 vMB 72
816,543 816,543 00000000000000000003975ee70f35d1d03ae4e55f720f99ad45b3cc842f6e89 5,387 1.00/1.00 vMB 67
816,542 816,542 00000000000000000004521f4674ec9f9b6f2d74d0cc156136d85c2ba4eb42c0 4,549 1.00/1.00 vMB 90
816,541 816,541 00000000000000000001c98de6f5ba24683e15aa8cb7f9f589f6142d17fba405 4,731 1.00/1.00 vMB 79
816,540 816,540 00000000000000000002f41eb04f57ef77f9af9885fce023c4afb2a9c5fd4e77 6,771 1.00/1.00 vMB 77
816,539 816,539 000000000000000000017b8fc15a7cc6caa64ac91290e56c5e82592c9d7b3588 2,572 1.00/1.00 vMB 91
816,538 816,538 00000000000000000000645b6068448b12de111f1b33f7b6b7d15317395636e3 4,472 1.00/1.00 vMB 75
816,537 816,537 000000000000000000001751ba6f441ea497ed0336001b072dfd1f6cb4f1cfb7 4,362 1.00/1.00 vMB 94
816,536 816,536 00000000000000000000db3fc269302ac87b9752da80db3ee0b8fdcc161c2dfd 4,177 1.00/1.00 vMB 89
816,535 816,535 00000000000000000004153c5dc8e385665838c284d8b40f41e6ebfc2d2e25cb 3,830 1.00/1.00 vMB 96
816,534 816,534 00000000000000000002868069bf4e2bdab61e16e56b0bb7466cdee4b6d7fecc 4,846 1.00/1.00 vMB 72
816,533 816,533 0000000000000000000315c7aab6b8fb66974aeccdfb9691bf35a7177d7771c7 5,766 1.00/1.00 vMB 64
816,532 816,532 000000000000000000012f90fa536ac683d38ed7359d011c778cd9a9cb023ec1 6,359 1.00/1.00 vMB 60
816,531 816,531 0000000000000000000374c1c6539190df5dd8368ae7bc9b55ca6dbf4896ecc5 5,258 1.00/1.00 vMB 69
816,530 816,530 00000000000000000000c0237214c1a1c059e921bd75d6176886501174dcc6f1 4,009 1.00/1.00 vMB 86
816,529 816,529 000000000000000000033bad5d76984d0e567fbed634f002cbc9686597526df2 3,042 1.00/1.00 vMB 117
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.