Loading Tool

Explorer IconExplorer

Memory Pool

72,527 transactions
28.05 vMB
0.06889409 BTC
Random Selection Loading Transactions
Max Size: 166.09/200 MB

Candidate Block

Mining Attempt 85edc7d3a1ff85601e45320a3af44663f6e3b38551cb5ca3cbcbdcf5d5e5b040
Version 20000000
Previous Block 00000000000000000000bd4ee2b85ebdeedc5960d897199cff187ab220c742f0
Merkle Root bfd62d7a5dd75485ff582933ecc931f03f39eb9185d4faa59f2b0a12283de859
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,576
Size: 1.00 vMB
Total Fees: 0.01285075 BTC
Feerates: 157.46 > 1.29 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,036 (688,457 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
226,579 226,579 00000000000001fb751f606dbed3ea1fbb7219976a9fada9eb6c70595d5de906 30 0.01/1.00 vMB 60
226,578 226,578 000000000000006a298cdc0dfaf44e24e578002e9fc73f03c14f6e86a6266998 282 0.11/1.00 vMB 183
226,577 226,577 000000000000018b397f314ac07ab11b03ac1de492eaf32481e6294a2d06f6f4 256 0.16/1.00 vMB 48
226,576 226,576 00000000000002fbfacee12864f0d7088e105134a5c1fbe53e8537bb53a7022d 221 0.09/1.00 vMB 161
226,575 226,575 00000000000001c2e0d5846aa6f31bb97c78aae74960371b8b06233a5579c51a 431 0.18/1.00 vMB 266
226,574 226,574 000000000000012897da63429d603c448e899ffd02f8c8ce80bbf9036f3af3c9 231 0.13/1.00 vMB 145
226,573 226,573 000000000000036b8926aa8cd88c881db0c59b1746bc2aeca5867d38f24a618a 231 0.13/1.00 vMB 157
226,572 226,572 000000000000016e890a304291383fd63f4fee298c4f2b9fb4b577ed3a9a8fce 363 0.19/1.00 vMB 237
226,571 226,571 000000000000011722785e63ae6c8cd6bdd131fb8b49276be9c753cb762ec94e 236 0.09/1.00 vMB 187
226,570 226,570 00000000000001f6e7153a2a9b6d89f5a0f9f939cd2e2f3fbad1678351ca025a 62 0.03/1.00 vMB 147
226,569 226,569 000000000000016d6fc0a7f4063037deb94cfd67e4f81d0967b21978d4048ce6 148 0.08/1.00 vMB 178
226,568 226,568 000000000000028eaedc1ac0657338371f7bc2ae35790dee5ce2dd318d8c32ae 177 0.09/1.00 vMB 147
226,567 226,567 00000000000000d908ceb8cbb1c464133358834d4d171db11b46d000e8792bb3 150 0.07/1.00 vMB 393
226,566 226,566 00000000000000f3f4aca5a2d7fcb831aad021bd5f492d7b40e9747a61b7b993 239 0.12/1.00 vMB 185
226,565 226,565 00000000000001073133a21494a3996ee2a23eb26e3dc50b731f5162aa6125a7 8 0.00/1.00 vMB 15
226,564 226,564 0000000000000190d442c69d20f6ad7f93c011827496994e6a0423a9b6ae1072 118 0.06/1.00 vMB 300
226,563 226,563 00000000000002e113cf21520308d0e6b84b0476a47541994d83e292d39a3c69 72 0.05/1.00 vMB 124
226,562 226,562 000000000000031e7d1b320d5371a9267c78494acdcd4fa32e70a50aa139fec1 229 0.13/1.00 vMB 143
226,561 226,561 00000000000002b8866e23b6d7c6c054869d54bcce13236fb9daa41814c355da 44 0.02/1.00 vMB 188
226,560 226,560 00000000000001c949d095adaa49b60f490bf7efb68af029f3dc98edb9efd7bb 208 0.15/1.00 vMB 116
226,559 226,559 00000000000001c63f30dde06058c87d4ecf7cd5b97966908b587696b594f7fc 243 0.11/1.00 vMB 165
Previous 10 blocks ↓
Total Size: 782.45 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: 667.51 GB
    • Received: 15.26 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.