Loading Tool

Explorer IconExplorer

Memory Pool

79,538 transactions
29.38 vMB
0.08467320 BTC
Random Selection Loading Transactions
Max Size: 178.15/200 MB

Candidate Block

Mining Attempt 58dab9a546383d540a0487007dcead3b0adf713334b2f5c7712daeec380bb34a
Version 20000000
Previous Block 0000000000000000000210ed22a9f21c04ef8f24d25ae2ad786afc2172f214cd
Merkle Root 4e970a9fdba50a91f8e1b5880a83f601911a4f086e52c6fa9e29acf30484d99e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,498
Size: 1.00 vMB
Total Fees: 0.02286653 BTC
Feerates: 278.95 > 2.29 > 0.31 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,095 (126,153 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
788,942 788,942 0000000000000000000435ab16cdc0e2df3a7dbf75eec117ecfcedc6d053b0c2 3,656 1.00/1.00 vMB 276
788,941 788,941 0000000000000000000345ee7b08fd270642d7823769337cade05768a5186bdd 2,728 1.00/1.00 vMB 281
788,940 788,940 00000000000000000005afb8552f6d4fdc072a5a2251853a7cd975dae0acf75c 4,391 1.00/1.00 vMB 317
788,939 788,939 000000000000000000030138a37a4a93dadaf7b646f007caa078d0ae6aa2198e 3,566 1.00/1.00 vMB 465
788,938 788,938 00000000000000000001aeef4f4bb77e6ba3f0f29832109eab2af9f1b5df3ed5 4,559 1.00/1.00 vMB 288
788,937 788,937 00000000000000000002004ebbe1097d98633ebcefb9a384ba03bb4c8fb55bfb 3,980 1.00/1.00 vMB 322
788,936 788,936 0000000000000000000439652d18c3e695de60ad7bea6fbb1ed79a1833ce1a7e 4,552 1.00/1.00 vMB 192
788,935 788,935 000000000000000000008838e460c887a36894f9b107ba50c664521ee6da4038 4,479 1.00/1.00 vMB 287
788,934 788,934 0000000000000000000195c3091ab30682652e81ddae705b7cc829a7e7ef05fa 4,930 1.00/1.00 vMB 234
788,933 788,933 000000000000000000036d38756b599483f190243b6c1cdfe513fb404c963f1a 4,595 1.00/1.00 vMB 190
788,932 788,932 00000000000000000004093e58682797d64cf5c30812d804d7bd9c2e5bbfecd9 4,930 1.00/1.00 vMB 224
788,931 788,931 00000000000000000001dfa9e7ffb533cfb91b5f9cb67ecc0149bcaf008c523c 3,667 1.00/1.00 vMB 229
788,930 788,930 00000000000000000000740acb253faefee2a0e626222c537b05947639897651 4,661 1.00/1.00 vMB 278
788,929 788,929 0000000000000000000544cfe1bf9b8aca2f31b121a1e8d49de24f0ecb806a01 4,199 1.00/1.00 vMB 404
788,928 788,928 000000000000000000016d3e9b582a17b72f683604275907ed781c7224a854a0 4,936 1.00/1.00 vMB 276
788,927 788,927 00000000000000000004cf52c079a527e9f5d0a6cb977fa976e3ea3abbd33a38 4,344 1.00/1.00 vMB 384
788,926 788,926 000000000000000000049418c0e86284719c432ff2c4b32bb3cf608b8d2e8ee1 4,418 1.00/1.00 vMB 392
788,925 788,925 000000000000000000057cab8086c1e693506b1d0a2f60afb12074b3b41ae5f7 4,260 1.00/1.00 vMB 191
788,924 788,924 000000000000000000050b424462ed888813f2fbdc51f57bff717ad0b1685924 4,206 1.00/1.00 vMB 176
788,923 788,923 00000000000000000003e2d754f9a4016d090f79c3639102c594748be9c52b17 4,418 1.00/1.00 vMB 218
788,922 788,922 000000000000000000035fdb4dd265f45fa19ca81af87993eba865f365c4257d 4,486 1.00/1.00 vMB 249
Previous 10 blocks ↓
Total Size: 782.56 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 670.03 GB
    • Received: 15.80 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.