Loading Tool

Explorer IconExplorer

Memory Pool

86,115 transactions
31.51 vMB
0.08165070 BTC
Random Selection Loading Transactions
Max Size: 193.80/200 MB

Candidate Block

Mining Attempt d16b9b60fbfa5d61fb1cdcc48f1e4fc102256345aae2565d1c00ee268275800b
Version 20000000
Previous Block 00000000000000000001a8198c32d51bdc65ee551e9c5da92a193e87af3d7ab6
Merkle Root 7ae7c483e68e4a5e6d8c83c7ad6478d2bb935edc059e890addfe21f0b918eee1
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,860
Size: 1.00 vMB
Total Fees: 0.01006213 BTC
Feerates: 60.10 > 1.01 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,343 (276,421 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
638,922 638,922 0000000000000000000f8b58b7c503c5297157aeb55d8b7a1e99947b7c18e519 1,868 1.00/1.00 vMB 37
638,921 638,921 00000000000000000000cd21fea1c0c93fa007e2ab74a1f082822214a8fe3b73 3,087 1.00/1.00 vMB 51
638,920 638,920 00000000000000000011984722454c02013250c07f5602e61a0b14e50f2db2c6 2,654 1.00/1.00 vMB 28
638,919 638,919 0000000000000000001182433afc187f340156a932b22467f865527dece118a9 1,891 1.00/1.00 vMB 21
638,918 638,918 00000000000000000006fdf12614c6674b0d722f3a4b4e12d488a3c2bbf41c00 1,818 1.00/1.00 vMB 46
638,917 638,917 0000000000000000000b71a65dadbd30541e1685f6c2cf901b037192371463b4 2,404 1.00/1.00 vMB 17
638,916 638,916 00000000000000000000a264049a9d1eb81e11cd826e32d11346e237d3917981 2,554 1.00/1.00 vMB 25
638,915 638,915 00000000000000000009ce0854969b718c314b0e8538e4216cf33c1e46c39a85 2,956 1.00/1.00 vMB 44
638,914 638,914 000000000000000000114ea45e15b067c84dc3248a3236f918694da3d398a782 2,522 0.93/1.00 vMB 12
638,913 638,913 00000000000000000011756da2c2460c7a688afc9ff2cef5fd3beda8e0f94cd4 2,624 1.00/1.00 vMB 16
638,912 638,912 00000000000000000002d995516e2d3c40a91953926382c880c010f2b0a23e1e 2,002 1.00/1.00 vMB 23
638,911 638,911 0000000000000000000581d1a3b9fadd27bfaae4797fc6e195617bc689615e86 2,875 1.00/1.00 vMB 20
638,910 638,910 00000000000000000002111442a24b22d2ba48a4ed5cfe2a5ece18aa6e39dd76 2,752 1.00/1.00 vMB 29
638,909 638,909 0000000000000000000f6839659c6964efe02e266236a0c8cba84abd92ccc328 1,113 0.41/1.00 vMB 21
638,908 638,908 0000000000000000000b12e31b1e8b428dc2849410a63975494ebee04368d45f 1,649 0.52/1.00 vMB 20
638,907 638,907 00000000000000000007c537fc095c74c6923ce613c19f908a5d5058e5587ac4 271 0.10/1.00 vMB 21
638,906 638,906 0000000000000000000ae168a0d2670ec386f5b56a422435a9f5f3b636b4f320 776 0.33/1.00 vMB 16
638,905 638,905 000000000000000000060e8a034c79bb675ee79ff07b0d87b826471b84500e71 1,801 0.55/1.00 vMB 8
638,904 638,904 000000000000000000046f61a31874ee94ee1a2905c0c5b311b1fdb773db10a0 1 0.00/1.00 vMB 0
638,903 638,903 000000000000000000102be26f1eae6af6ae9716aabd2b94012d28c1abce1df3 2,673 1.00/1.00 vMB 28
638,902 638,902 0000000000000000000594fb61efcb010f095a21b0a9363f91540ce963e0dac7 214 0.15/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.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: 717.16 GB
    • Received: 17.83 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.