Loading Tool

Explorer IconExplorer

Memory Pool

76,982 transactions
28.60 vMB
0.10151430 BTC
Random Selection Loading Transactions
Max Size: 173.01/200 MB

Candidate Block

Mining Attempt 9090e78bd8f3019bc71b611a4f3c2ec075b8736ef31940156b91ac2a5eefe9ae
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root d5dfafa0c9aad3ef8ede5dc71f8221e501e5cd2c7e824b9564c5fabeaa8dea70
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,653
Size: 1.00 vMB
Total Fees: 0.03481793 BTC
Feerates: 402.60 > 3.49 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (108,125 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
807,186 807,186 00000000000000000001e2f7a3d8a51aaa6a906699c7629420e6fca243b7b462 5,713 1.00/1.00 vMB 15
807,185 807,185 000000000000000000010daa7cf989909ab37419c475775fb46ac3fb6811c565 3,517 1.00/1.00 vMB 24
807,184 807,184 000000000000000000006ed7034315d6b93d9f3c704e58fe671df8e8ccd24fff 6,149 1.00/1.00 vMB 16
807,183 807,183 000000000000000000018e4d3f02e1f03a72989d924531f78509efc70a6593a4 2,938 1.00/1.00 vMB 25
807,182 807,182 000000000000000000032a7d5fd5eb3e52b73dc9adc1962cc81eb945939ea94d 3,088 1.00/1.00 vMB 23
807,181 807,181 000000000000000000029370f02bf05665cd8a4e900bee45b3936f418f7287f2 4,260 1.00/1.00 vMB 14
807,180 807,180 00000000000000000003bfc47ca6671c53c74692277aecf59eb44c654212ecec 4,514 1.00/1.00 vMB 18
807,179 807,179 00000000000000000002879a983344fc476eaf92aad62a3e56e0695236247f1f 2,264 1.00/1.00 vMB 19
807,178 807,178 000000000000000000036363fceb8cddbf772a3fce1b4dce3535c7e7cbfbf2ab 6,484 1.00/1.00 vMB 14
807,177 807,177 000000000000000000030571db6bdfa9ca824284f7bf073e9179235fba4feee1 3,583 1.00/1.00 vMB 16
807,176 807,176 000000000000000000015b9ed558a99435bff3cc561d70d4f60e723aff093ecd 4,360 1.00/1.00 vMB 17
807,175 807,175 000000000000000000026b7f47d18638c29e9bbdb84fa4652f4332bead8c5244 3,112 1.00/1.00 vMB 23
807,174 807,174 000000000000000000014ecce7139d9e7b8c3f15386ca9425ec65e6f4a812558 2,619 1.00/1.00 vMB 21
807,173 807,173 000000000000000000018bf2a453006799706729582241af8e91dc7e0f307ff6 3,705 1.00/1.00 vMB 16
807,172 807,172 0000000000000000000169181cd9768d01392fe4e5e49083440bafeb9ceddfa8 1,896 1.00/1.00 vMB 16
807,171 807,171 00000000000000000000044c7c1f243ee11a86e20cc6fbc84a876a2c3b467f9d 2,882 1.00/1.00 vMB 24
807,170 807,170 00000000000000000004aaf0e916b75baf1e446eef8a5ea3a11587806e10d7d4 3,227 1.00/1.00 vMB 23
807,169 807,169 0000000000000000000323a7d0cbf5de27ce872f0dff83dce15abfaa04952612 3,581 1.00/1.00 vMB 28
807,168 807,168 00000000000000000000b202c341464fc3fa9fdbc30d10966010c9fe9bd6523e 5,732 1.00/1.00 vMB 16
807,167 807,167 000000000000000000036f71d719505e98ac5554b97ad3fe0e1c0c7915e0d2e7 4,956 1.00/1.00 vMB 15
807,166 807,166 000000000000000000050e81adc79b8507c41293e026eec60032f7428a70bc9a 2,789 1.00/1.00 vMB 24
Previous 10 blocks ↓
Total Size: 782.93 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: 714.69 GB
    • Received: 17.58 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.