Loading Tool

Explorer IconExplorer

Memory Pool

80,896 transactions
29.72 vMB
0.14693175 BTC
Random Selection Loading Transactions
Max Size: 179.43/200 MB

Candidate Block

Mining Attempt 1397563801c4767e042d94b9df808253c1fc9f1507d3c44b4eb59808ba499ad5
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 573e6c956ce536eda73efe9f3bf9f39b04cc6ec1c453fb717296bd0e6e9ddc2e
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,283
Size: 1.00 vMB
Total Fees: 0.05589321 BTC
Feerates: 1,002.91 > 5.60 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (418,430 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
496,875 496,875 00000000000000000054a8077bf3c9022ad13c5b098687065cdbaece90e8302b 2,203 1.00/1.00 vMB 165
496,874 496,874 0000000000000000002044798d916c313469eb712dec4c361505b00d8e4b82df 2,641 1.00/1.00 vMB 214
496,873 496,873 0000000000000000001b42129afcf4bc575e4b585bb6d129b469183396d8226b 2,487 1.00/1.00 vMB 144
496,872 496,872 0000000000000000006495e2e1433823987eea801284fbef377a082c51a8339c 2,272 1.00/1.00 vMB 153
496,871 496,871 00000000000000000029b3dbd5640ff7255bedc31f4df022002265174e2c9416 2,264 1.00/1.00 vMB 181
496,870 496,870 0000000000000000000a50eda9a3921069e1d3156d1dcbb36fe2a4f4b0aefaaa 1,355 1.00/1.00 vMB 176
496,869 496,869 0000000000000000005425da30a8e0953fb310678da5e90bcfd38db5da2c947a 2,409 1.00/1.00 vMB 187
496,868 496,868 00000000000000000054ff70c0173310c88d155da0b70f96ccb10d23e89a4512 2,391 1.00/1.00 vMB 229
496,867 496,867 000000000000000000b0ff40671100f019b724690a633ed9737a780bf098fc5e 2,460 1.00/1.00 vMB 145
496,866 496,866 0000000000000000001c9b074acdb54995eacf7931f1892d36a2d55d04de07ab 2,568 1.00/1.00 vMB 225
496,865 496,865 0000000000000000003678f6731076bc3426ce94dc4cb3b3245d22ae9bcf2aa7 1,983 1.00/1.00 vMB 123
496,864 496,864 000000000000000000c031a0f4b746e5698c88a41a163168cc5cd5bf0ff77f5b 1,334 1.00/1.00 vMB 144
496,863 496,863 0000000000000000008ec0ef3c3f292cefd9f0f9b7fa927b8dc98511ceeee21b 2,321 1.00/1.00 vMB 187
496,862 496,862 00000000000000000022125b5c9490e7960904f2da0993cac2ca141474411e3c 2,633 1.00/1.00 vMB 193
496,861 496,861 00000000000000000025ca1c3febdebab9e74a8fe67c184c70805476935ca5ec 2,732 1.00/1.00 vMB 119
496,860 496,860 000000000000000000210e3fbb29eb3a469102f5dbebf03b1e963294ea3404c4 1,906 1.00/1.00 vMB 110
496,859 496,859 000000000000000000aa6444827ed40ba49f68e000c727ab77c686c0bfc73ada 2,251 1.00/1.00 vMB 105
496,858 496,858 0000000000000000008744e60c2b2388ce8e7b5e29af8655e2c7cdea7b695478 2,533 1.00/1.00 vMB 122
496,857 496,857 00000000000000000064a3ec1956b8f931ab622e098209dc1452f3e4314cc123 2,500 1.00/1.00 vMB 148
496,856 496,856 00000000000000000095eb793eb1d3f9ea1fbf426b6e7404b4f8e171cea5b0ff 2,585 1.00/1.00 vMB 177
496,855 496,855 0000000000000000008053ea0364c5c7af44c8bf9c85959d5a17b83c98b28fd6 1,895 1.00/1.00 vMB 75
Previous 10 blocks ↓
Total Size: 782.92 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 114
    • Outgoing: 11
  • Data Transfer:
    • Sent: 714.47 GB
    • Received: 17.54 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.