Loading Tool

Explorer IconExplorer

Memory Pool

14,877 transactions
11.16 vMB
0.04385282 BTC
  • 1 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 57.52/200 MB

Candidate Block

Mining Attempt 9bb8f26752d3b218c80fc89060c416cf34f507b37fed0ffe5a0966ba9e822503
Version 20000000
Previous Block 00000000000000000001f91042d8ccc53bfa3e0054d161055438edcb4a81b245
Merkle Root 2e8e8a840b82203da503766927f2a969b57977bd8b913e603994c1bd81d86a0e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,424
Size: 0.9979315 1.00 vMB
Total Fees: 0.02121438 BTC
Feerates: 151.03 > 2.13 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,814 (781,264 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
132,550 132,550 0000000000000d091ddc22e9ae14fcf2e7bc6dcfa8005d0bfc18007453fce6e6 12 0.00/1.00 vMB 1,304
132,549 132,549 000000000000125632cb6bb63fb0f979b143042072a14e5042a6542e04a37f92 12 0.00/1.00 vMB 616
132,548 132,548 0000000000000cc0aefce3be29753dc45930798f067226bdf8d2348412c6908a 19 0.01/1.00 vMB 911
132,547 132,547 0000000000000b4fd67ee788a77a47749e86482ec0b712b6a81511a9f462a481 22 0.01/1.00 vMB 670
132,546 132,546 0000000000000a96ba8e8c2c915d3f505203fc9343ac901add3af1e029f41d9a 18 0.01/1.00 vMB 234
132,545 132,545 00000000000004172a1e886ca4d131d93e1fb3c7f9e963b173e1d0bd6887b977 27 0.01/1.00 vMB 751
132,544 132,544 00000000000012640beba2adb10a439d82995a6aefc32e145f4d8179b8851d3a 10 0.00/1.00 vMB 479
132,543 132,543 0000000000000773890a13a5bac5d0142f5594864fd7f9cbe50760489fe32030 127 0.04/1.00 vMB 252
132,542 132,542 00000000000001d43e05870d0ad169af714e12691ec1d537b6008e973bb0a3bd 23 0.01/1.00 vMB 874
132,541 132,541 000000000000005967c5b5ec690a169b377a480641d5c07b5c7720aae2683226 26 0.01/1.00 vMB 148
132,540 132,540 000000000000114ff8b02df4ef2095549f6f45708c916a282e0006b8e9073897 22 0.01/1.00 vMB 339
132,539 132,539 0000000000000109ed9c07ab85e5dcfc3ae6d04375d30470637c3eb22e0a3933 82 0.02/1.00 vMB 249
132,538 132,538 0000000000000117a8236f5acc3c68cd6d32d53cab39311f512a2917c26d96c5 28 0.01/1.00 vMB 764
132,537 132,537 0000000000000a17e692b822d6a5b16d01a8c0dd46e2dbf6b45785404777fb1b 11 0.00/1.00 vMB 340
132,536 132,536 0000000000000fda81665b5eabaaf2ec4b850fbca5436eda955fbba0ce078fc0 79 0.02/1.00 vMB 69
132,535 132,535 0000000000000204de35d8726b2a8021254383407161cec76f74279436a53147 29 0.01/1.00 vMB 828
132,534 132,534 00000000000002d092729f1b697296b4a837610c18c20736d903b19054be833c 24 0.01/1.00 vMB 508
132,533 132,533 0000000000000b8ea23a21826441e178b2acbb19695a5e565d080d45704a6c02 21 0.01/1.00 vMB 740
132,532 132,532 000000000000022e836f16782ea604dc1075616c39b1f2116af3e1c553a9e023 54 0.02/1.00 vMB 863
132,531 132,531 0000000000000b901cc5f7ca1e333643e9bffc37e6ae67b5abaefc94fcedaab6 46 0.02/1.00 vMB 148
132,530 132,530 0000000000000d1ff3c753d2738b399c6f6f93ec50fbf9236ad44c927530c8ef 17 0.00/1.00 vMB 501
Previous 10 blocks ↓
Total Size: 780.29 GB

Node Details:

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