Loading Tool

Explorer IconExplorer

Memory Pool

42,653 transactions
26.29 vMB
0.05631167 BTC
Random Selection Loading Transactions
Max Size: 138.09/200 MB

Candidate Block

Mining Attempt ebd3e83af0ac5882b7025f6e9a4b1f2b1676e35e5a9a2cf23d38bc734c7fe371
Version 20000000
Previous Block 00000000000000000000768db8c555c88522a89150a79f003e6f64bcd348a6d5
Merkle Root 20f6d34dcb090bba4aff9fbc47895867e082c9edc4fc0eb8165a4546377b97b7
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,038
Size: 1.00 vMB
Total Fees: 0.00832208 BTC
Feerates: 150.92 > 0.83 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,726 (682,147 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
232,579 232,579 0000000000000146fe79e239ec6a216e09e06ce0b38618539571959008d0f8e4 115 0.06/1.00 vMB 160
232,578 232,578 00000000000000136fd72126923bc6bb3ab462b49a8f439d41842371d6e5f03f 521 0.25/1.00 vMB 155
232,577 232,577 000000000000019fb488211e50f81b8b373d658fcc6ebca593d58cee6b825fb7 260 0.11/1.00 vMB 156
232,576 232,576 000000000000018c42500772fc592b7bf70bc6ca3401eb3f2f6ed91ac60457b3 4 0.00/1.00 vMB 0
232,575 232,575 000000000000008faf381f6042c4537bc5810aa9539c89cb4dccb93791e936c9 114 0.04/1.00 vMB 225
232,574 232,574 00000000000000165d1fa56d0ac8b89b111f964d06facb21e94c59f003badaef 188 0.08/1.00 vMB 160
232,573 232,573 000000000000008b7536482d6b33a87b6f5dbb4777eca87f826f239d472d83c3 63 0.31/1.00 vMB 64
232,572 232,572 00000000000000299554e124962fe9aaec6bf710f841f4abd940202e4ff1d57f 154 0.41/1.00 vMB 51
232,571 232,571 00000000000001b3a6eab0eb0a2c6405a7aa54dc9208b51fdb605ae29eeb00f3 684 0.25/1.00 vMB 4,198
232,570 232,570 000000000000015ddc884ce15c4b830aadee3f04c6109a64cd10a1402ed589b0 494 0.19/1.00 vMB 150
232,569 232,569 00000000000001298099e769e2ce7ff22ea1d7a7026c815a5fdade4cdf0b2593 355 0.18/1.00 vMB 148
232,568 232,568 000000000000016349fee8a0d2c9c4810d0ab8d266718132b93fe82eb296df14 75 0.03/1.00 vMB 142
232,567 232,567 000000000000015b15b469d8ccc5278f8a87e45fd0ba5d5fd9343ce5ef5d15df 120 0.07/1.00 vMB 126
232,566 232,566 00000000000001a7453546bb537e21f7bbc458574cc973188b2003a460552813 457 0.25/1.00 vMB 123
232,565 232,565 00000000000001292f2664edd98003ab95bcbf23abd8524795a55dc011eccebf 151 0.10/1.00 vMB 136
232,564 232,564 0000000000000018f8fe28fb37e2c26fd772e47baa4e1ddd44cc9a9f9d5541a4 112 0.04/1.00 vMB 98
232,563 232,563 00000000000000fcab371005d94479dc2a32adc85be0ad4e91dc08a8002de7e2 493 0.23/1.00 vMB 156
232,562 232,562 00000000000001cb9e0f2bb728b1a66c1b687256a3990c9f23f534dbe2496133 124 0.05/1.00 vMB 144
232,561 232,561 000000000000002bbc8c3ab682a156f6c3a959e8a38ada7408d50a84a6298183 316 0.12/1.00 vMB 193
232,560 232,560 00000000000001cce3fdd8b71d1f314db904ac5c9f2f56df1c82bc6b370aa23a 3 0.00/1.00 vMB 98
232,559 232,559 00000000000000abe2b08601bd9dadb55a668d054eef711f63b0a4d8d17696e8 128 0.10/1.00 vMB 127
Previous 10 blocks ↓
Total Size: 781.91 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.77 GB
    • Received: 12.77 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.