Loading Tool

Explorer IconExplorer

Memory Pool

85,019 transactions
31.65 vMB
0.10023681 BTC
Random Selection Loading Transactions
Max Size: 193.11/200 MB

Candidate Block

Mining Attempt dbe7b4b780bebb533210c3782e4215f798fdda8c0c2d551f70ae462610f3fdec
Version 20000000
Previous Block 000000000000000000007d18c42d3ede84298f1d150a1c2a3362d6d1dc1e1e0d
Merkle Root 82e287db005c01b4e34e1c214791dfdf9698be625ea33a571eb98e1636ca5120
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,602
Size: 1.00 vMB
Total Fees: 0.02620682 BTC
Feerates: 150.77 > 2.63 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,335 (290,041 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
625,294 625,294 000000000000000000066def03c6c7b4bcb3f2f8873f3d0fb66b5f68f9d6c917 2,101 1.00/1.00 vMB 23
625,293 625,293 00000000000000000006111a54d19a65e7821ddf627d6add0340d2ed310c67ed 2,160 1.00/1.00 vMB 22
625,292 625,292 000000000000000000010b34df94358a5a51acc2af48ca8fde4966261f640047 2,759 1.00/1.00 vMB 45
625,291 625,291 000000000000000000052ea88e893493fb5223b0b88319cee326d7a79fd9ae3e 1,320 1.00/1.00 vMB 71
625,290 625,290 00000000000000000001c120f46ef9bdd9025294e4459a13650058dace0d1102 3,218 1.00/1.00 vMB 18
625,289 625,289 00000000000000000012a58c9e7130ac1d442d69a92533dcf7b3aa4f85c24ae6 2,451 1.00/1.00 vMB 3
625,288 625,288 000000000000000000121aabef5c0abfe6dbd1b207dc4e833470c52c19949ff1 2,685 1.00/1.00 vMB 19
625,287 625,287 000000000000000000012102b8ce78f5a366e806d5a4600a88de80ed57bac315 2,513 1.00/1.00 vMB 13
625,286 625,286 000000000000000000097630182ac7c5b30a69506fe51b0ae7de3902d9d0368d 2,642 1.00/1.00 vMB 25
625,285 625,285 0000000000000000000f9d69ad05796e77aa4ed7268b5dab79fdd41183d3bd17 2,306 1.00/1.00 vMB 30
625,284 625,284 0000000000000000000c6c3e93547cc8478dffcd74f2a981aca22537cef76700 1,871 0.69/1.00 vMB 17
625,283 625,283 0000000000000000000ce4a3b0a3c011588446e9842d91c4d4b062c44b0970d5 2,607 0.93/1.00 vMB 9
625,282 625,282 0000000000000000000a814cf1bacdf2293de31afe8197ee5e139a772927d164 2,703 1.00/1.00 vMB 22
625,281 625,281 0000000000000000000a043a63994ceb25bd1920cec2cdc7dff00de0ca159c21 2,746 1.00/1.00 vMB 18
625,280 625,280 00000000000000000006904be5721f3ba8bc2f48492a3e6379dba4d26371421d 2,863 1.00/1.00 vMB 19
625,279 625,279 0000000000000000000eb3e3c7503c1c7fbb195cf7f7b9f0533479340ad2c5b6 381 0.12/1.00 vMB 14
625,278 625,278 000000000000000000130d4b9c99feec7307879efe2b14432d193dfbb2d978ac 277 0.09/1.00 vMB 23
625,277 625,277 00000000000000000010059b846a94947696150448c7ffcf5290ac6edbf67fe3 403 0.12/1.00 vMB 20
625,276 625,276 00000000000000000012396bbcbf7f08c8eee2d9530af1e5749ecc9de2be94c7 1,274 0.45/1.00 vMB 18
625,275 625,275 00000000000000000002b4d3be719a97acf9cc45db8b90c08b68df2f9a8faf3a 2,885 1.00/1.00 vMB 12
625,274 625,274 00000000000000000010d03046de6047c6f6c24021118e22a3167227eab5416f 2,583 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 782.97 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: 716.12 GB
    • Received: 17.78 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.