Loading Tool

Explorer IconExplorer

Memory Pool

82,795 transactions
30.85 vMB
0.08789443 BTC
Random Selection Loading Transactions
Max Size: 186.00/200 MB

Candidate Block

Mining Attempt 18eb4f9c48186b50477481185e05f8b2b1640a0cf3aaf5a06d981ffc6281f9a3
Version 20000000
Previous Block 000000000000000000004deb7d1e347c8f6581c1f9b70e6ff46143ce8ce3cc35
Merkle Root 6244a6eb999efe50696b148e9daf0eb27797096b46f3beae45c1905262779c3e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,358
Size: 1.00 vMB
Total Fees: 0.02139473 BTC
Feerates: 100.80 > 2.14 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,975 (325,881 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
589,094 589,094 000000000000000000087ad8f373ec902bd04222b1e8739b26df0539abd62b59 2,468 1.00/1.00 vMB 36
589,093 589,093 000000000000000000075140d24491b97ba3701f3424422ed8b9139ff7ceb2aa 2,636 1.00/1.00 vMB 37
589,092 589,092 00000000000000000015e1c40d3e1516869cc37a5b2209f746c735f6733803dc 3,052 1.00/1.00 vMB 73
589,091 589,091 0000000000000000000389cbe43e836cc2ed9cbfb32a1fbbed44b9f034304b90 2,709 1.00/1.00 vMB 41
589,090 589,090 0000000000000000001418f89041b99d121af5337890049de51de615bfe95dae 2,906 1.00/1.00 vMB 68
589,089 589,089 0000000000000000001915ed06093a22f5d3bcc717390b6559f1b1bd42d2356c 2,877 1.00/1.00 vMB 69
589,088 589,088 00000000000000000017ccfbf825fc576512762c2a43b6d093acefad73349f61 3,264 1.00/1.00 vMB 79
589,087 589,087 00000000000000000006742a455dc26a9179898b63c951a01000353dcace5001 3,139 1.00/1.00 vMB 45
589,086 589,086 00000000000000000014b669ad25831c1184cff23fde3e73582e9ef262308e49 2,375 1.00/1.00 vMB 62
589,085 589,085 0000000000000000000489529dac7b8376de53baae9cec6368b1dc8b79724a0c 2,938 1.00/1.00 vMB 79
589,084 589,084 000000000000000000050fbdc0163c726e846cd15c0b15b49204ec84b0046cb2 3,006 1.00/1.00 vMB 72
589,083 589,083 000000000000000000086421a5be26a9a9c9f88508da9004fba4ba68b992fb67 2,891 1.00/1.00 vMB 77
589,082 589,082 0000000000000000001b9bed45edc4078951f81af36d7a58a6a7c4ec422230fe 2,571 1.00/1.00 vMB 57
589,081 589,081 00000000000000000009bf2c8359260689618dcad4a323235c9f6d336ce1d955 2,809 1.00/1.00 vMB 65
589,080 589,080 0000000000000000000b5a4b480056b21be86ab47aba161cd8a6e7cd0c3d3ff4 2,873 1.00/1.00 vMB 53
589,079 589,079 0000000000000000000bb939abe18844543ee7e6c769e2554036c5981fc19ce9 2,571 1.00/1.00 vMB 73
589,078 589,078 000000000000000000114cf8cf0c7e424a16b730cae33a9ca3efb9c622225c15 2,853 1.00/1.00 vMB 66
589,077 589,077 00000000000000000005686c41d8c248df11318da451a8a7975ed51ae4a5e667 2,348 1.00/1.00 vMB 81
589,076 589,076 00000000000000000015fbe8bd7ced0338898a0de0ceea01a627b7a817c741a9 1,749 1.00/1.00 vMB 61
589,075 589,075 0000000000000000000e5badf8b9ff5ff656c75500ac45fd5b1edab482ec588c 1,664 1.00/1.00 vMB 51
589,074 589,074 0000000000000000001b3a9dfcf78394859353d572cf0f8cce05b65504ec01b3 2,695 1.00/1.00 vMB 58
Previous 10 blocks ↓
Total Size: 782.35 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: 661.79 GB
    • Received: 14.83 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.