Loading Tool

Explorer IconExplorer

Memory Pool

41,196 transactions
25.98 vMB
0.05055045 BTC
Random Selection Loading Transactions
Max Size: 135.97/200 MB

Candidate Block

Mining Attempt b7589402966254ef39f0ee11b5c844bdd84661d4e404f0cc05124620ed24b3ff
Version 20000000
Previous Block 00000000000000000001555a8d26dc3fb0698ed6dc1351b7fa6bac8f942c6d24
Merkle Root 6020bb7a37f817ae26468551a5e99720ff6b224390aae0715269d43b60c12623
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,852
Size: 1.00 vMB
Total Fees: 0.00315184 BTC
Feerates: 18.26 > 0.32 > 0.25 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,777 (410,940 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
503,837 503,837 000000000000000000112617bc2d66bcd3e352d3b1c4010f6c51e9b62c87a8d7 1,861 1.00/1.00 vMB 333
503,836 503,836 0000000000000000005cae5fad57631c4b35419b62424b516ffbf7c2b69f89eb 1,638 1.00/1.00 vMB 369
503,835 503,835 0000000000000000004670ee224a550a1fb54e0733260edb96754d343bdb1711 1,910 1.00/1.00 vMB 442
503,834 503,834 000000000000000000249ab763b5aceb50ea18f052ab7c5edb8711f614f6b20e 1,079 1.00/1.00 vMB 274
503,833 503,833 000000000000000000466e29fd6b982e787396b6d8f926fa0bc5a773a0038145 1,904 1.00/1.00 vMB 351
503,832 503,832 0000000000000000001c7b38b290df41e2f00b6cffd4dcf707285caa3cb67c1a 1,886 1.00/1.00 vMB 306
503,831 503,831 000000000000000000310e16598fd0949d9be6eec2fc95b6cfc1474d8cb55b8b 2,076 1.00/1.00 vMB 427
503,830 503,830 000000000000000000080b8687fae2d3dfa6784fdbbec0aeabffe20b1471ce20 2,257 1.00/1.00 vMB 549
503,829 503,829 000000000000000000304f4c17301acc6bb0990c3791db64d642ae5868158038 2,010 1.00/1.00 vMB 522
503,828 503,828 000000000000000000768547b45d4c1c43c363d27f6a5f6393b9f9b87b9e5b91 2,495 1.00/1.00 vMB 389
503,827 503,827 0000000000000000005e9ea72c9a0d26294d11977f59b81431e3ccb4755c6572 2,371 1.00/1.00 vMB 494
503,826 503,826 00000000000000000064c63971e5bc9322f07054dfce4435000376a8c37fcd44 3,406 1.00/1.00 vMB 487
503,825 503,825 00000000000000000074e3a7bc47a8c27079a456b6ed79097adabcc9212d7f19 3,362 1.00/1.00 vMB 514
503,824 503,824 00000000000000000074340534e8fe6ce418766b2a3ba87646a06145f2b8d46c 2,992 1.00/1.00 vMB 505
503,823 503,823 0000000000000000001a5d067441e9c7ff04926a1576256cd359e73d1dddc5c8 2,978 1.00/1.00 vMB 511
503,822 503,822 000000000000000000303eb5c62986d1019e0f48e5e6dc3dd4e99ec4877ceb30 2,701 1.00/1.00 vMB 518
503,821 503,821 000000000000000000352963039d7379650eadb4b30000ad1eefbaf2631a735c 2,480 1.00/1.00 vMB 472
503,820 503,820 000000000000000000546a577accbf997ee45897ecec2a010cbe382086b56914 3,177 1.00/1.00 vMB 515
503,819 503,819 0000000000000000001b16c45e21be0192a4149f17c28034890bbfe63f3549e4 1,064 1.00/1.00 vMB 230
503,818 503,818 000000000000000000483870e6d9b49b77e8c0ec0289587a674372b8fded99b3 515 1.00/1.00 vMB 172
503,817 503,817 0000000000000000000ea30657b7dcd7f37820e2f48a41c9c8c7fbf9bffaa449 1,514 1.00/1.00 vMB 275
Previous 10 blocks ↓
Total Size: 781.99 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: 648.70 GB
    • Received: 13.06 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.