Loading Tool

Explorer IconExplorer

Memory Pool

82,895 transactions
30.56 vMB
0.16129864 BTC
Random Selection Loading Transactions
Max Size: 185.43/200 MB

Candidate Block

Mining Attempt 26af67c80de67d20bc917a8c4699922b129b57e06bf65640c8ddeb358fef1843
Version 20000000
Previous Block 00000000000000000000a78cdbfa3b9be4345dd96ae11394c52f854b4e194716
Merkle Root e5dbb2da811e1af35f37293a49e1a4ebda64726202eacd45db0d91ecc7a4da83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,085
Size: 1.00 vMB
Total Fees: 0.08268088 BTC
Feerates: 111.00 > 8.29 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,125 (653,030 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
262,095 262,095 000000000000000e311d1e3ef375e3ffc5a10dcea3bb9ec1739414c586255c08 71 0.14/1.00 vMB 18
262,094 262,094 00000000000000119153a4c56d03e9d17076b2f4f93752603684d7487f50e499 90 0.04/1.00 vMB 112
262,093 262,093 0000000000000003a3bf4a4c8c626bb2652b611fd15e742146e7d6edf291315e 131 0.05/1.00 vMB 81
262,092 262,092 000000000000000cc7b92498cb6abbfa35cbf7aadd4ab9bd12c2858b945bb577 32 0.01/1.00 vMB 74
262,091 262,091 00000000000000017ac5beaa699c37a1ab8bc3301978dc9a91e889cef0e67c46 20 0.01/1.00 vMB 109
262,090 262,090 000000000000000c50ad9f8e5b873736d77bb20f62f4c4323ab41cce56d8f1f0 275 0.15/1.00 vMB 106
262,089 262,089 00000000000000056fc37a84b312551de325d6c31b0e4946e50d0b54ca597d1b 209 0.10/1.00 vMB 103
262,088 262,088 000000000000001310b9e5d683f2d74a00571a04aa678cd3485c9a29e7a46b05 397 0.16/1.00 vMB 158
262,087 262,087 0000000000000007a3c1f2115d78803d172cab03a1869f45f6efbc60e2128469 27 0.01/1.00 vMB 102
262,086 262,086 0000000000000007f0b5578555d27d39ddf5e0947220c8fb5a7c359cade51acf 156 0.06/1.00 vMB 78
262,085 262,085 0000000000000000ce75324084f3c52fd1d5f4ce7735df7517eb631ad58a11ac 377 0.23/1.00 vMB 98
262,084 262,084 00000000000000064046dfda23647ac56f3e6db8c0f08989ea84cf42c8fee478 614 0.25/1.00 vMB 147
262,083 262,083 000000000000000cd9818acc368aeef2eedf025b4a78ab75b5dff9af9f96edc5 249 0.10/1.00 vMB 82
262,082 262,082 0000000000000009ad43d0afa0ed0a0c0429b3838b5d78722f82aee6dafab139 263 0.13/1.00 vMB 91
262,081 262,081 000000000000000bef017e33cf0939f3fda47491b5581a2b42ae2425684c67a1 511 0.24/1.00 vMB 94
262,080 262,080 000000000000000aa77be1c33deac6b8d3b7b0757d02ce72fffddc768235d0e2 637 0.25/1.00 vMB 157
262,079 262,079 0000000000000010c13ce182a3d8fc6748b75640447eb360d7739a5fe984ffc1 102 0.05/1.00 vMB 71
262,078 262,078 0000000000000019e0f8d9cd6444e0295894c5d5cc0f0e1b035c92a40c37aca2 248 0.15/1.00 vMB 90
262,077 262,077 0000000000000005efbc7f548d6ce111e4e0a8610528b1cdc67653b0d6074a17 602 0.25/1.00 vMB 149
262,076 262,076 0000000000000010d2c65cf65b4568243c4b0096027304e370e7915a50c3c821 145 0.14/1.00 vMB 50
262,075 262,075 000000000000001021d71a47195b170c955a401539d7287f62a10685caf6984c 435 0.17/1.00 vMB 129
Previous 10 blocks ↓
Total Size: 782.61 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: 671.91 GB
    • Received: 16.06 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.