Loading Tool

Explorer IconExplorer

Memory Pool

26,189 transactions
27.32 vMB
0.06408944 BTC
Random Selection Loading Transactions
Max Size: 130.55/200 MB

Candidate Block

Mining Attempt c72b397670f07205f95f2135a21f35fb56c9b277eb199cff299c203655a3bdf0
Version 20000000
Previous Block 000000000000000000018fb79d5173be06525e6c5fc244e12c94fbc59d8d7c1c
Merkle Root 13c35b24aaf7fc971cf18e7711e76d171b5c2cc0aecdb89cecd8bc5238a0eb57
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,043
Size: 1.00 vMB
Total Fees: 0.01246521 BTC
Feerates: 100.46 > 1.25 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,485 (168,574 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,911 745,911 00000000000000000002424214ce8389dcd8aea1039f35ccb0e8d97cf9d47dbc 1,926 1.00/1.00 vMB 6
745,910 745,910 00000000000000000000386df6664d12e871c55171a540aad4a7807f04d935c3 2,839 1.00/1.00 vMB 12
745,909 745,909 0000000000000000000185a23669e1cf2c1a8281f7df4879633264e7bc2a0eee 1,704 1.00/1.00 vMB 15
745,908 745,908 00000000000000000002cd3a01a583c49f886fc70bc9f49ffc242724ce9a0d49 2,475 1.00/1.00 vMB 21
745,907 745,907 0000000000000000000112f4a4597d7f09eb757047f07fb09ceae4967d26932c 2,575 1.00/1.00 vMB 31
745,906 745,906 00000000000000000008c0a9cd6cc267a8710c9cebf9e86dc002769eda020557 3,319 1.00/1.00 vMB 33
745,905 745,905 000000000000000000045a07cc909c6f66c0477093cc010919d61b0d65340218 1,849 1.00/1.00 vMB 15
745,904 745,904 00000000000000000004633affd352190da7a2d5abe1e775aba203ab95917ffc 2,673 1.00/1.00 vMB 22
745,903 745,903 00000000000000000001f0be41964996e011afa967a1ddf19db2765f64313c9e 2,777 1.00/1.00 vMB 28
745,902 745,902 000000000000000000084aaff3a55ea7c727bd46b8e27499c6578e9411e1f6cd 2,971 1.00/1.00 vMB 31
745,901 745,901 000000000000000000085d14edf06f3c2a1eaa244cfb2f0b851a757d377a01a7 1,598 1.00/1.00 vMB 17
745,900 745,900 00000000000000000006b9d7923180e018b93cd35b3083689b40da5051c49941 2,948 1.00/1.00 vMB 23
745,899 745,899 000000000000000000010628e34ab41df9807998f90d802c9f76214e66238852 3,355 1.00/1.00 vMB 33
745,898 745,898 00000000000000000006e66ec3585b2701274fb848e547bcd9c51c13f1c3e0be 3,010 1.00/1.00 vMB 27
745,897 745,897 0000000000000000000284a78c469b1f407d3a569460b8313ce8378c68b814cb 2,332 1.00/1.00 vMB 32
745,896 745,896 000000000000000000025b97332cf83c54c5cf5f117ee70f25c40f8e92c27209 1,758 1.00/1.00 vMB 7
745,895 745,895 00000000000000000006e56ec8c8422442cb6cb8f2ab00b0fa9851180857def9 2,289 1.00/1.00 vMB 13
745,894 745,894 000000000000000000094bb50387b509d6fc4ee2388449948ce3df8a64b8ed6d 2,010 1.00/1.00 vMB 10
745,893 745,893 000000000000000000088ee77a6e17197ff63a44e1436f2c651bc1d84bd9746b 2,396 1.00/1.00 vMB 22
745,892 745,892 0000000000000000000674f2a65ea2b61cd5f4a8543d639ee40f642addd121c7 1,168 1.00/1.00 vMB 13
745,891 745,891 00000000000000000008e71d4b2766578d54b07a58cc830b4499b26ac615b56a 3,221 1.00/1.00 vMB 23
Previous 10 blocks ↓
Total Size: 781.47 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 611.26 GB
    • Received: 10.84 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.