Loading Tool

Explorer IconExplorer

Memory Pool

87,802 transactions
32.55 vMB
0.24719625 BTC
Random Selection Loading Transactions
Max Size: 194.57/200 MB

Candidate Block

Mining Attempt 31b65a8c169a04321e5639df7220559d295e67801c17dfebfca01ac026c3a399
Version 20000000
Previous Block 00000000000000000000056fab688ddf67ad8d7a1620fa9f28be0953d6e5a38f
Merkle Root 0ba6212b0f7ade35a9ec84f327c3a328a3f2a0eb23dc25295378f62c48c61d66
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,836
Size: 1.00 vMB
Total Fees: 0.10955093 BTC
Feerates: 538.26 > 10.98 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,147 (532,860 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
382,287 382,287 000000000000000007bbcf4ae00479ab0083aea837d16b07047e4f93f3069d2c 788 0.48/1.00 vMB 29
382,286 382,286 000000000000000003c12fabd0d78efa85bfdf12e783610bcc3f351bf412785e 944 1.00/1.00 vMB 20
382,285 382,285 0000000000000000034dc8bda83dd2ec18bd680582f8edb6fb8cf8eb0ad14f14 500 0.26/1.00 vMB 37
382,284 382,284 00000000000000000c3d778153bc841106fb0832bdf47d63919d7b173ce4918e 754 0.51/1.00 vMB 28
382,283 382,283 00000000000000000c696a1fda07bcf02582268c7ed7b72f735e298f8b773ec6 599 0.55/1.00 vMB 27
382,282 382,282 0000000000000000077ad655c4c9e47a88df83efb5c10e06f9b25d2cbf291f85 1,570 0.92/1.00 vMB 29
382,281 382,281 00000000000000000a0166d0a2c85d879d06d8395ef1c6293d62db0f0891a698 185 1.00/1.00 vMB 7
382,280 382,280 000000000000000005791a51199b6c854fa177eada91b0c820baeca40b2ebf48 277 0.19/1.00 vMB 22
382,279 382,279 00000000000000000e52479d9418be6f6ceb1858594cec9f524197edc4502ebc 1,833 1.00/1.00 vMB 30
382,278 382,278 00000000000000000d7f281060f0b4930f01032ec3d2038acf05007dbe92b80a 1,651 0.92/1.00 vMB 32
382,277 382,277 00000000000000000e5d3828ec8eaac0a84b81e1fade3a4da9073f56fc8491cf 1,068 0.91/1.00 vMB 19
382,276 382,276 00000000000000000fa4f2b23daa5b7172453082ab1f5b949b6f49678aeed726 1,434 0.93/1.00 vMB 26
382,275 382,275 000000000000000009ebc8263148cc4387a82a40fb569cfde44ab96d34e700b9 1,502 0.95/1.00 vMB 28
382,274 382,274 0000000000000000071cdac93dc65cf4bead1775d05f872068bd20ef8c9dca1f 1,896 0.95/1.00 vMB 30
382,273 382,273 0000000000000000025cffa37b513d12c3719a256f15a900304353d86ae9ab2c 1,641 0.75/1.00 vMB 37
382,272 382,272 00000000000000000ff9ec047905901d3c381d3d6b8013a340787c58346323d6 2,366 1.00/1.00 vMB 40
382,271 382,271 00000000000000000e77d2ae92f02d18bffc4407f84577412c6234f4bdcc8bad 2,445 0.75/1.00 vMB 54
382,270 382,270 000000000000000007c5ff341e7e44f4e847055628fbd5aed22848c4c61a2ccc 349 0.20/1.00 vMB 23
382,269 382,269 0000000000000000102c70ccc03e1b35f63886b8c8cca2874268709414438a83 1,827 1.00/1.00 vMB 343
382,268 382,268 0000000000000000035e908b97f826e1c2b1181d450c68734373d10aa2673aee 1,007 0.46/1.00 vMB 31
382,267 382,267 0000000000000000103eb1c7f50a8128408ade88b7545d90717fb8bdac5be099 719 0.37/1.00 vMB 26
Previous 10 blocks ↓
Total Size: 782.65 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: 672.71 GB
    • Received: 16.32 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.