Loading Tool

Explorer IconExplorer

Memory Pool

36,776 transactions
28.22 vMB
0.06231106 BTC
Random Selection Loading Transactions
Max Size: 142.00/200 MB

Candidate Block

Mining Attempt 937f599705db5ce8e4c95c36877cef388e0a604ad9aa9de2bfee1daa2c8e9025
Version 20000000
Previous Block 00000000000000000001519372ce5bc657a293617bbf354123e2d9f73336fc55
Merkle Root 1d5a2e3c0a95ac4ae929c4a96baa0321bfd66a02294e36eebc748466c2ef9eac
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,996
Size: 1.00 vMB
Total Fees: 0.00819730 BTC
Feerates: 106.68 > 0.82 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,590 (509,188 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
405,402 405,402 000000000000000002deec9db636324398ff23339196a45d94e2f0f6bcbc726c 2,090 0.99/1.00 vMB 50
405,401 405,401 000000000000000003b77a24efda527924d989a71cb220edcd9c173ce78f43b0 2,031 1.00/1.00 vMB 43
405,400 405,400 0000000000000000013374642ca3f0c834e57104e7e05eced84e76573a08656a 355 0.32/1.00 vMB 60
405,399 405,399 000000000000000004d57ee9fd0a4599263c48f51c84326e2f6043de176e4b5c 1,018 0.99/1.00 vMB 25
405,398 405,398 0000000000000000036f989d37144d53acd1250f0b15fb3fae14d0d74970b6b5 1,918 1.00/1.00 vMB 34
405,397 405,397 00000000000000000662717992f37338656bda71b01618460962f155e9f59949 2,201 1.00/1.00 vMB 74
405,396 405,396 00000000000000000661032be8e4beb7dbe0242c89ec93846d91c347a487e047 2,374 1.00/1.00 vMB 37
405,395 405,395 00000000000000000336728edc99ad70058df2d5bf1f67a2e026ac66de0c81f9 1,643 0.93/1.00 vMB 81
405,394 405,394 000000000000000002c324b8faa3f3ba77d5b7b7f5fdb784543f780bbce30242 2,306 1.00/1.00 vMB 59
405,393 405,393 00000000000000000625040fbb9c444a18eb4b65bdefd4692b48b03354fa1602 897 1.00/1.00 vMB 14
405,392 405,392 000000000000000001612f056be8df462983003f5177ce6194bb33be90e8de1c 1,053 0.99/1.00 vMB 23
405,391 405,391 0000000000000000029ce5457a4d656173eaa734c8b1b589896cdb48e218a0ab 1,851 1.00/1.00 vMB 44
405,390 405,390 00000000000000000320554ad0db0c0766bd3a83dc1ec1b1c1045274d73d5d37 2,085 1.00/1.00 vMB 36
405,389 405,389 0000000000000000013e82e2b151de87c1526864090a5d050b60152e39468b9e 2,085 1.00/1.00 vMB 64
405,388 405,388 000000000000000004b26d6d1f44671f0a1d2c9e0a621e64fae217d762f2260f 1,053 0.93/1.00 vMB 26
405,387 405,387 0000000000000000010af0f426c69297e3060ebf56d8448ad336865c87e9f4fc 2,171 1.00/1.00 vMB 59
405,386 405,386 0000000000000000052e08432119be1174b410cb02ec84907fb756f0af0dfb78 1,696 1.00/1.00 vMB 24
405,385 405,385 000000000000000002fc3aee9d8a36c7452c6a300501613ecf9d376ca29640b0 1,770 0.93/1.00 vMB 60
405,384 405,384 0000000000000000026691d8d9fc6ce3b39c02864bbb95d7f1080d27bf90136d 8 0.00/1.00 vMB 18
405,383 405,383 000000000000000000e5db3d2cf1760934dcc1efc8962e30ba7db8d2bc48c119 2,102 0.99/1.00 vMB 35
405,382 405,382 0000000000000000010bfc45e86bf5a21b5b679fe3da868f90aee0669e4849da 2,355 0.99/1.00 vMB 44
Previous 10 blocks ↓
Total Size: 781.67 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: 627.78 GB
    • Received: 11.75 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.