Loading Tool

Explorer IconExplorer

Memory Pool

79,096 transactions
29.45 vMB
0.08380087 BTC
Random Selection Loading Transactions
Max Size: 180.05/200 MB

Candidate Block

Mining Attempt c45e0b7c57bf309106c52f145cb36ac7db0cd98f6b1b16443c21d2799f4edbbf
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 2adb12902d9059dbf2c17a8ab642a0d9cd0978f955325f68fb2d244976c3a72c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,348
Size: 1.00 vMB
Total Fees: 0.01911129 BTC
Feerates: 402.60 > 1.92 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (456,439 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
458,884 458,884 00000000000000000073417ec91219090c028f9bafefc8bc3edaa92294821c7d 1,729 1.00/1.00 vMB 93
458,883 458,883 000000000000000001034acee9a608ef028400128f1333a4fe257a7d70e0c368 1,676 0.75/1.00 vMB 186
458,882 458,882 0000000000000000006980ed9fc7030fde9953249712207073a5acb3a8150990 1,724 1.00/1.00 vMB 67
458,881 458,881 000000000000000001d0e0d201385dac28783d3c09a9a5d3cc8189038c940f41 2,086 1.00/1.00 vMB 138
458,880 458,880 000000000000000000a08e43e283489d4b3ce2f12d96b80444204f23c22a6d20 1,901 1.00/1.00 vMB 164
458,879 458,879 000000000000000001f5b1239bb04961232740bf58cafec586b13f6ce59ebf4a 1,556 0.75/1.00 vMB 131
458,878 458,878 000000000000000000c323aee8631a6827a0da6468a2500d20abeed06add405a 1,674 1.00/1.00 vMB 141
458,877 458,877 000000000000000000199357e3538222445cfcfd2681bfe9702aef4e86007883 2,298 1.00/1.00 vMB 174
458,876 458,876 000000000000000000dff6dd74e23d3194982f52fc5e557cd593227b0058beb6 2,971 1.00/1.00 vMB 232
458,875 458,875 000000000000000000d42c62918fbd8647e0f0d13729487437c471f55aae87f9 591 1.00/1.00 vMB 62
458,874 458,874 000000000000000000f29e2f48ee38602224d9b6b0e4d8232b45e30c838c4472 1,526 1.00/1.00 vMB 52
458,873 458,873 00000000000000000026dbd26c40b1c143f4122bc48a3eb8bfdad6c7cfb6d3f6 1,186 1.00/1.00 vMB 96
458,872 458,872 000000000000000000caeaaea9bcb8491bba81d0cb9aa2f5bff2de24a61fb899 1,234 1.00/1.00 vMB 125
458,871 458,871 0000000000000000023e3c68be114bd091fb0ed5b0e194e2396568fc8d7c17a8 810 1.00/1.00 vMB 119
458,870 458,870 00000000000000000182b3f9b903b6542a9d03c108904a9069929f33d9f21ce3 2,108 1.00/1.00 vMB 158
458,869 458,869 0000000000000000008f21a56e5072fd3affb999220d6077f3b3d4e4328d7818 2,178 1.00/1.00 vMB 119
458,868 458,868 0000000000000000020ac55228497e99f56d9e39ad7281650f2960f6558b7530 1,920 1.00/1.00 vMB 123
458,867 458,867 000000000000000001fe1c6e47f176a172aa132669fdb12f12164ca7f2852175 2,224 1.00/1.00 vMB 164
458,866 458,866 00000000000000000188b808ba33045402e8f4bbeb86c780eab96b80419768f2 2,429 1.00/1.00 vMB 170
458,865 458,865 000000000000000001a211651c9f94e4e21d046f38ab7d8721dfd03c955c3248 2,603 1.00/1.00 vMB 183
458,864 458,864 000000000000000001b9cbf56f87a51763ed8fa9790468754c971dee9dd2c32a 2,095 1.00/1.00 vMB 154
Previous 10 blocks ↓
Total Size: 782.95 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: 715.17 GB
    • Received: 17.66 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.