Loading Tool

Explorer IconExplorer

Memory Pool

38,159 transactions
28.31 vMB
0.06239849 BTC
Random Selection Loading Transactions
Max Size: 143.32/200 MB

Candidate Block

Mining Attempt 540404222861409ca354da69729d23126d714a672e2164bb1318f309e9d7981a
Version 20000000
Previous Block 0000000000000000000076a02aa3b78503c1c5cc0e5e4886180a750ab7c93972
Merkle Root add1fd5a905121f0c3974c8b312c4eb4a8203ee6835fa97fb68a0c3e89e40549
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,022
Size: 1.00 vMB
Total Fees: 0.00792783 BTC
Feerates: 100.52 > 0.79 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,556 (736,084 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
178,472 178,472 00000000000000fcc36b0ab9256ab627eb38932bf917fcf8ce82c11516051b21 169 0.07/1.00 vMB 123
178,471 178,471 000000000000000a27b31867c214922ae3d02eabdc90c074b29b346857a677a0 88 0.04/1.00 vMB 108
178,470 178,470 00000000000007ead0f6f6f98548e39804dcf5c84286b6e08aacf24241aa0470 55 0.03/1.00 vMB 83
178,469 178,469 00000000000006c077c296a85265c555f5edbcb557cbde50b7145f0c68ed19f7 182 0.09/1.00 vMB 128
178,468 178,468 0000000000000a81a3379d3e55efc08a72294605be10a7f21642d6957a92cb0d 152 0.07/1.00 vMB 91
178,467 178,467 00000000000006028be00b4a8a67af4d66f9b51736ca94c6fa971d168edf2fb5 55 0.03/1.00 vMB 0
178,466 178,466 000000000000049cfbfd51908e55c3bb9128a0870b8179b5e00827399e73d7dd 74 0.05/1.00 vMB 50
178,465 178,465 0000000000000103c25a462f74c8f63b2f4924287de43d6f05f182c7d9fe1aff 429 0.25/1.00 vMB 172
178,464 178,464 0000000000000893325028785cc1513952fa6f9eef3f50a7a4838c4d9fe8bcbf 102 0.05/1.00 vMB 490
178,463 178,463 00000000000004aaff274ef6bfc969765f953f1a52c76b9f6acf85c0abc8c00c 86 0.04/1.00 vMB 70
178,462 178,462 00000000000002d9f69ee1d8adc25cdffe79523d48e2bff4e85dc8b984b9657d 12 0.01/1.00 vMB 471
178,461 178,461 0000000000000aa1dc3eae75f4496901a8c298eecefcf3f64589dc51da4858cc 54 0.03/1.00 vMB 357
178,460 178,460 0000000000000324f3b3eed5bdbb68ac1be7ceb9e030c0cfa1a6afcc7146c243 14 0.00/1.00 vMB 99
178,459 178,459 00000000000005bb3c605a73f8aecf440bea8619622e3e0bc50e4c8ee1ce247b 67 0.05/1.00 vMB 38
178,458 178,458 0000000000000091c80342d931a6d02a7b8b1afee61980f35536b84fcf493f4c 69 0.02/1.00 vMB 8
178,457 178,457 000000000000018c51f8fac162fa44425859f44505341e070b40e3af7ad2a0b1 106 0.04/1.00 vMB 197
178,456 178,456 00000000000007b707b5578a036bb4580f302b7481afddc143faf57635ab102c 22 0.03/1.00 vMB 45
178,455 178,455 000000000000059fb02ea7645952a842d8c4fd0aae563b3c7805ed212bdfebde 37 0.01/1.00 vMB 40
178,454 178,454 00000000000004d3f3c7b964eb43a4ec9cf6486f4e259e12c30f4423d86afde6 93 0.05/1.00 vMB 126
178,453 178,453 0000000000000854c1ebd57a1728ed920bec8061840912984bf9f7bcb17022c9 41 0.02/1.00 vMB 139
178,452 178,452 000000000000061b587ea4c6e1b43034836043f1c44ea853c2362a14dc07d38f 81 0.03/1.00 vMB 230
Previous 10 blocks ↓
Total Size: 781.60 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: 623.58 GB
    • Received: 11.46 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.