Loading Tool

Explorer IconExplorer

Memory Pool

31,992 transactions
18.12 vMB
0.04957608 BTC
Random Selection Loading Transactions
Max Size: 96.30/200 MB

Candidate Block

Mining Attempt 2edd4a24a14fc37107e5ba4a7c1a0ae57e5759fbea9285c4eafb2180294e5930
Version 20000000
Previous Block 00000000000000000000a9cd680c47ac964227bf4e07093e165bfb9ddc18e9f0
Merkle Root 44891cadf03db3bf846bf8da89af7b96b1367d22d4014dcfdac4017b4f0e0f70
Time (UTC) ( ago)
Target 00000000000000000001ddb40000000000000000000000000000000000000000
Nonce 0
Transactions: 3,753
Size: 1.00 vMB
Total Fees: 0.01312743 BTC
Feerates: 150.75 > 1.32 > 0.26 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 917,894 (269,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
648,055 648,055 00000000000000000005f47d50ef17036247d154ad52db509912dde8092e4ff5 194 0.07/1.00 vMB 37
648,054 648,054 00000000000000000007fa0e97b5a3d570c1acd196cf56a072a432355c8179e2 130 0.06/1.00 vMB 29
648,053 648,053 000000000000000000002ccfaf0f3bba14642750ee08c01ff711dee424849959 1,869 0.74/1.00 vMB 32
648,052 648,052 00000000000000000001cd5ff20f5872b20c62ef1dba495bd5ec0a7ea094dd0e 804 0.25/1.00 vMB 32
648,051 648,051 000000000000000000073530e13c082ccf33bc2f44735ed7f4ab063e334b83de 2,553 1.00/1.00 vMB 44
648,050 648,050 000000000000000000099412665429bd096ae5ec37307701735117c1e5e66b5f 1,349 0.71/1.00 vMB 41
648,049 648,049 000000000000000000097e4a3e5b5dc223abbd0f4b2a664aad0d31c4aaa2b234 830 0.41/1.00 vMB 41
648,048 648,048 0000000000000000000b27cd2e491df2d76ff13568557d499f3edc92580d3f4b 98 0.07/1.00 vMB 66
648,047 648,047 000000000000000000091dbf3940bc399870ee3815e1b7e3e07ad025c72b714c 2,635 0.93/1.00 vMB 23
648,046 648,046 000000000000000000100178b7a862024efa7fe1ad81839d163c4efb0c1c5d70 2,157 1.00/1.00 vMB 36
648,045 648,045 0000000000000000000c09ba081f8584d103538939c4b0f05cba894fc4f77e9a 2,157 1.00/1.00 vMB 37
648,044 648,044 00000000000000000008b95e86b5e8f7e4cb61a59958fc091ecc49e02808d600 280 0.10/1.00 vMB 39
648,043 648,043 0000000000000000000b826d0c8bfb77a4a515b28a6a45f70fe73f823e57f7e7 1,903 0.77/1.00 vMB 35
648,042 648,042 000000000000000000057713be265785d7f0fe14dbc9a6cda5453c625a3cbcb2 1,505 0.66/1.00 vMB 39
648,041 648,041 00000000000000000000ca3c91ffc6f321176cda6cd33d5dae31bde6009b2f30 478 0.15/1.00 vMB 37
648,040 648,040 00000000000000000003e50b3302ce07c01358ef0d8c5947ba249a80316a997d 1,285 0.51/1.00 vMB 35
648,039 648,039 00000000000000000004f81a621fa37a8ef78aac1d96799a17f351c9b4d9c2ac 1,282 0.53/1.00 vMB 43
648,038 648,038 00000000000000000000393aec204f9eeb786e5355184b57a48829d694109eed 537 0.21/1.00 vMB 34
648,037 648,037 0000000000000000000e2bcddc7efad3abefb3b97e3c885f17f950f53a2ae4d0 180 0.06/1.00 vMB 45
648,036 648,036 0000000000000000000c4a20557d5f97955d5e0e09eb27b280b71cb62d736288 897 0.32/1.00 vMB 33
648,035 648,035 0000000000000000000214154145833f58f5adf6fc52f30d21ac1aa40a450401 94 0.08/1.00 vMB 15
Previous 10 blocks ↓
Total Size: 787.35 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: 1,094.16 GB
    • Received: 37.59 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.