Loading Tool

Explorer IconExplorer

Memory Pool

24,498 transactions
26.84 vMB
0.05337044 BTC
Random Selection Loading Transactions
Max Size: 127.70/200 MB

Candidate Block

Mining Attempt c9aaccab7b44a7a5126c5287718c9343052c1f89f6d8099f2a31a9eb97d9de8c
Version 20000000
Previous Block 000000000000000000016eb8bebe8584b7aecd7a44be07876d633c9fa7a4bae0
Merkle Root 1024152cc504911d9d1b8c23a37a17c7a85ed8760f4dae9f31ec91f29e036040
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 221
Size: 1.00 vMB
Total Fees: 0.00311343 BTC
Feerates: 6.83 > 0.31 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,484 (168,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
745,914 745,914 000000000000000000002d75ce6e3437cd4ae8bdcc875308ab91df5decce3c77 1,416 1.00/1.00 vMB 8
745,913 745,913 00000000000000000000dfdde800dfa85a9a3cdac1c77b39c303468ebc9a3041 2,781 1.00/1.00 vMB 14
745,912 745,912 00000000000000000005eb7b7cfdaa846b5e3d1af7d3d960954e3d1a917c689a 3,270 1.00/1.00 vMB 32
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
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.21 GB
    • Received: 10.82 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.