Loading Tool

Explorer IconExplorer

Memory Pool

32,941 transactions
27.04 vMB
0.05672037 BTC
Random Selection Loading Transactions
Max Size: 134.55/200 MB

Candidate Block

Mining Attempt fd032073266f3d5d6a64a5a6d2c8f514946e31dd57c42b0e7eee2a2a54bb23ee
Version 20000000
Previous Block 0000000000000000000141edea387271cfa939f1c4e7740f679098889b1d55ec
Merkle Root 9f9805e3eca301a5d2de88927330f4c59b5a72c639bc5b700ee4c002bdea01c8
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,061
Size: 1.00 vMB
Total Fees: 0.00594702 BTC
Feerates: 101.47 > 0.60 > 0.29 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,624 (178,714 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
735,910 735,910 00000000000000000008039a1768e1557f83ad21236c5755f6c23940f206c284 3,424 1.00/1.00 vMB 19
735,909 735,909 00000000000000000008ff2108c209894cb276436464c84e9dd9c9588a5b3e92 2,773 1.00/1.00 vMB 23
735,908 735,908 000000000000000000024f105f93c253dc65d29e50cf611d78964c0549c6f948 1,677 1.00/1.00 vMB 8
735,907 735,907 00000000000000000006236225183e8528f2c1c1174826d6dbe079f624fb8d9e 1,238 1.00/1.00 vMB 6
735,906 735,906 0000000000000000000829b4d809f11a7b4d89325cba0c4072ef473c78abc6ef 2,602 1.00/1.00 vMB 10
735,905 735,905 0000000000000000000201e6c702ab0e237e207a21ef3d3bbcff68ff08cee4e8 2,249 1.00/1.00 vMB 20
735,904 735,904 00000000000000000008162eb9a62d206558f91d2fb0e4f4a589b62e29ef8e47 1,886 1.00/1.00 vMB 10
735,903 735,903 00000000000000000002f04aa337c7fb1d25b729410e392048513091acbcc56e 2,666 1.00/1.00 vMB 13
735,902 735,902 00000000000000000002d59f25630a3577e1a1f8002a15cc07199d7ae2a5cd50 672 1.00/1.00 vMB 3
735,901 735,901 0000000000000000000892f622f254f9aff1aa878076b164e6f7b30e456b7f53 2,498 1.00/1.00 vMB 12
735,900 735,900 00000000000000000003cfb2f67ca7724233398da3a89bc50ab316d8c4aa6de3 2,963 1.00/1.00 vMB 13
735,899 735,899 00000000000000000002ab239bcdb24b2e6e169a85ae18d7f01b857ce08dd1c4 2,706 1.00/1.00 vMB 15
735,898 735,898 00000000000000000007793d45bcb017d98795b1ace0004df56a4f757ce1b7dd 2,890 1.00/1.00 vMB 10
735,897 735,897 00000000000000000002f09bf4ff9d7711a26b3b489ef4f6380affb080037cd0 1,535 1.00/1.00 vMB 12
735,896 735,896 00000000000000000006c6e5788684e31fca8381eccd8b07a52a47751fffac00 3,095 1.00/1.00 vMB 16
735,895 735,895 00000000000000000002ce6d8d940d3201e05174d542b4ecc290773fdb1ce5e1 2,289 1.00/1.00 vMB 23
735,894 735,894 00000000000000000004ffa19d5ed59ed36da70d4f05dae67847081d9a0a6fb4 1,106 0.51/1.00 vMB 5
735,893 735,893 0000000000000000000070084877f094a5d5a266d874d51ed591ac3b1b041be6 2,907 1.00/1.00 vMB 8
735,892 735,892 00000000000000000000446bf6af1accc7e27cb2a15d8dc47561ad407704e672 3,274 1.00/1.00 vMB 22
735,891 735,891 0000000000000000000304c38bb5c3d2f3f39974839616f9633fa8c919eb1528 726 0.24/1.00 vMB 11
735,890 735,890 000000000000000000028c8027231c0b194ca22988b778bfd8a90ddaab5d44ee 762 0.28/1.00 vMB 11
Previous 10 blocks ↓
Total Size: 781.73 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: 630.05 GB
    • Received: 11.97 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.