Loading Tool

Explorer IconExplorer

Memory Pool

44,570 transactions
26.93 vMB
0.06311211 BTC
Random Selection Loading Transactions
Max Size: 141.98/200 MB

Candidate Block

Mining Attempt 8029e5a3924fa5769daab2ba43b102f949a8f4c5ba218bf8a22152bf445373eb
Version 20000000
Previous Block 0000000000000000000143d8e69d37aea3d626276d77977f2e77ed2280542191
Merkle Root ca02c8004a120f7113a4a939facc45bbf38c7184e4ac2bbf5f1c9a7e64af90f2
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,699
Size: 1.00 vMB
Total Fees: 0.01326863 BTC
Feerates: 265.25 > 1.33 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,788 (290,941 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
623,847 623,847 0000000000000000000ebb0a9b2281f1515e93b601fa20c5e4be16749d9161dd 393 0.43/1.00 vMB 22
623,846 623,846 0000000000000000000ef8a8bdccf5efb94cc42dfccc9f0df9506a792127c976 272 0.10/1.00 vMB 20
623,845 623,845 00000000000000000011f24b74ae7db6bc7f519e35857b73846f7c39045c8cdf 32 0.24/1.00 vMB 0
623,844 623,844 000000000000000000043bdef5b2f39a9bb9247235ab67b7dd950ad15d149aa8 1,179 0.45/1.00 vMB 21
623,843 623,843 0000000000000000000de634e4aed611e7aaf2529735de9655e08fa5a0a8dae6 2,018 0.74/1.00 vMB 21
623,842 623,842 0000000000000000000c0f095e3661405debd00a6507c629833a2eb5e0311dee 1,767 0.67/1.00 vMB 18
623,841 623,841 000000000000000000117bd29fc5f026d167bef92cfc7cc39f48c4f21efeab2c 202 0.06/1.00 vMB 22
623,840 623,840 00000000000000000008e3ac636f1da79c919b77eeb6862f92b2d17a043e55ac 898 0.28/1.00 vMB 23
623,839 623,839 0000000000000000000fb3f39a92f5d91970be92066af7457742ddbeaf7c78d2 1,040 0.43/1.00 vMB 22
623,838 623,838 000000000000000000009910d0f1802957c02e5520dffb5475c451b040fd1164 2,499 0.91/1.00 vMB 21
623,837 623,837 00000000000000000006e9e6d45b1ff3c78090652ee70e3b5c01ec98488c3c3d 2,122 1.00/1.00 vMB 18
623,836 623,836 000000000000000000061217f18078923629f2be9d619a5b920abae9e7c4d8ec 2,844 1.00/1.00 vMB 23
623,835 623,835 000000000000000000056d72848154db6b286cbc67e6d8331c8d4f31e4529c64 663 0.35/1.00 vMB 18
623,834 623,834 0000000000000000000a6809d6dd40375e41418fba2ca9450674f360e332f20b 2,738 1.00/1.00 vMB 22
623,833 623,833 0000000000000000000774a722917aeffd9cb77cc4b8c7004c941819a8423bc1 501 0.22/1.00 vMB 16
623,832 623,832 000000000000000000123bf16f387dbc59409b11425145ca9cf27207b7a0978c 309 0.14/1.00 vMB 18
623,831 623,831 0000000000000000000ff5b05a8af9be2d838cf5a28a1a732a73b1bc2d15e788 1,055 0.36/1.00 vMB 20
623,830 623,830 000000000000000000106d24c8ec19745721bb328e92e402f84a72368f0e8ecf 1,103 0.52/1.00 vMB 17
623,829 623,829 0000000000000000000bcdb83ab79f6fcbc95c397dcb77a99211ab530628d9ec 1,173 0.42/1.00 vMB 14
623,828 623,828 0000000000000000000e0cc3db1a5f91069fa2030c02ae59fa3567f2d92f5c30 2,207 1.00/1.00 vMB 24
623,827 623,827 0000000000000000000cba40466eb8c1040262556668a4d10ad86163f3b4e135 556 0.19/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.01 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: 649.28 GB
    • Received: 13.15 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.