Loading Tool

Explorer IconExplorer

Memory Pool

83,044 transactions
25.92 vMB
0.13884444 BTC
Random Selection Loading Transactions
Max Size: 163.54/200 MB

Candidate Block

Mining Attempt 29157e27bec48908bcc1a3b86c4bdefdbf0d4948a462ae410c49fee065c964b0
Version 20000000
Previous Block 00000000000000000000f36fb3e1bb17adcc315a9eac0ed7f1562c96f8ff644d
Merkle Root 24572192c23ec2304a90fc74f6ced15c33e75eb33115b0770dbea8392094add9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 1,365
Size: 1.00 vMB
Total Fees: 0.03214212 BTC
Feerates: 109.83 > 3.22 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,656 (803,700 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
111,956 111,956 0000000000001658907132202e4dcc3014e38915fee0408a760910bf26106b7e 22 0.01/1.00 vMB 0
111,955 111,955 000000000000911175bacc2c4b6a3d54a4970eddd0956076f3df400cf38bd502 6 0.00/1.00 vMB 0
111,954 111,954 000000000000f98dd2890cb226684ca6cc48118d19a998b499781c05ebb2b4cb 4 0.00/1.00 vMB 0
111,953 111,953 00000000000023e92ebda7a66dc12ba770d8ddb7d914c2ef1cf9108094542c5e 1 0.00/1.00 vMB 0
111,952 111,952 0000000000006228821d1c7c737e813b2a79f87163795f6bb80f633c21a8b76f 3 0.00/1.00 vMB 0
111,951 111,951 0000000000009f7e76fe61dfffdc1c42f0e03d2e92ba2247d817a49e8fae814f 9 0.00/1.00 vMB 0
111,950 111,950 00000000000127ea1f871fa9f13b202cbe1045d4edbd44df1955a9d9e6cd23cd 2 0.00/1.00 vMB 1,314
111,949 111,949 000000000001205995d24dbb49621e480cf4d9712b0eb7758ff62ec9d9c980a3 10 0.00/1.00 vMB 0
111,948 111,948 00000000000052b67130c840e7191a5d3daa9faf4192e289c39645cc47ffd0a8 10 0.00/1.00 vMB 0
111,947 111,947 0000000000008baebb297b59378132bc6a9510850fc817b2e933d06017ee0b96 3 0.01/1.00 vMB 7
111,946 111,946 000000000000520c0d117eaccd139b9824fcb07a66ad30d7a042396a42b52d25 3 0.00/1.00 vMB 0
111,945 111,945 000000000000cdef4419a81290d50e37439059f1ad4ea9ff1dd69281ab14f810 8 0.00/1.00 vMB 0
111,944 111,944 000000000000976eba59027b32ab928d14010ebd7c56a27e28195b8c737f3c29 11 0.00/1.00 vMB 0
111,943 111,943 000000000000d316e0f0654d99b85e6a839ed5a32e2fe05a13da26612db89f18 1 0.00/1.00 vMB 0
111,942 111,942 000000000000eca196a159c179b6d1fb9bd1e29ed3223fb03d09611ab4073f79 1 0.00/1.00 vMB 0
111,941 111,941 0000000000006fdb8527707fbb2d3568c34e4ea0de15718db78ba30ec6cdc4b4 2 0.00/1.00 vMB 0
111,940 111,940 000000000000fb088b3501f102d7c31c42bc8b71f9d8b3affb3b8dac1aa95dca 5 0.00/1.00 vMB 0
111,939 111,939 00000000000097fa31c94fe62c3c44ab2371ef067c6ed5ef993371067ed79ec1 12 0.00/1.00 vMB 0
111,938 111,938 00000000000117f021e65a8728c94d03f38e21d8bcb9727e11864a0f9b31e9e3 12 0.00/1.00 vMB 0
111,937 111,937 00000000000054cb0ec81aca365e0b6c9962a2396bf8ff83e6f536972cb97be7 21 0.01/1.00 vMB 0
111,936 111,936 000000000000016b3f18f9c084fdf95d686c816cfbaa82019a6dc107a667f8b2 9 0.00/1.00 vMB 373
Previous 10 blocks ↓
Total Size: 783.52 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: 773.37 GB
    • Received: 20.55 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.