Loading Tool

Explorer IconExplorer

Memory Pool

76,258 transactions
29.18 vMB
0.10529554 BTC
Random Selection Loading Transactions
Max Size: 172.52/200 MB

Candidate Block

Mining Attempt 2253bbcc023121dc147865b9fe9f193d78334d62b1c7b2226b0438e273741fca
Version 20000000
Previous Block 000000000000000000007d0a1e8c0ae4964fa44e3af26c0b0a6f061f00bb89fc
Merkle Root 5d4675081bfaab0447493bae429461b603b1adf7f5b877fbd43ef2421d0858f9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,385
Size: 1.00 vMB
Total Fees: 0.04246964 BTC
Feerates: 201.37 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,039 (253,981 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
661,058 661,058 0000000000000000000ad6ebe0ff10e7619097114f46b0347f7b3ed266e74f10 3,033 1.00/1.00 vMB 72
661,057 661,057 00000000000000000002ec1b5fda63b79c1bf6a0780b913d7c472153ad16a757 3,054 1.00/1.00 vMB 75
661,056 661,056 00000000000000000005e6c491fffe1a2c3e57340fc386629e8e960556549a3c 2,384 1.00/1.00 vMB 6
661,055 661,055 000000000000000000095ba03d008021938101767b59807572151148b942e527 2,631 1.00/1.00 vMB 24
661,054 661,054 0000000000000000000e2bf19b63acc0614ae0da0a9f55b1d250a987cd1ffd09 2,602 1.00/1.00 vMB 24
661,053 661,053 000000000000000000067025c8ef969c9acd90b97eecd3b58b531e1ef8ea0f6f 2,161 1.00/1.00 vMB 18
661,052 661,052 0000000000000000000086077f71444f6045bc0e04cac47e42511468ae3f0e4b 2,637 1.00/1.00 vMB 63
661,051 661,051 00000000000000000008c3f1469eebadc307fe9e4d7c1dd1331f84905b541068 1,708 1.00/1.00 vMB 72
661,050 661,050 0000000000000000000ba8f83884f4f9f0239d891a5088a49d223073ca32ee6a 2,496 1.00/1.00 vMB 11
661,049 661,049 0000000000000000000c3ca5c658cb6c8a8e5ea061d691c138218722020d9cb1 3,029 1.00/1.00 vMB 68
661,048 661,048 0000000000000000000e951d91478fd9f1eb2cc1f952fa5413a52356db1a59ab 2,305 1.00/1.00 vMB 20
661,047 661,047 00000000000000000004939a985da73f445109b6328938a30b71c5956cc14def 2,576 1.00/1.00 vMB 25
661,046 661,046 00000000000000000001e8512e1ab9b36d7e1530d152c062613405ff1e2e812e 2,735 1.00/1.00 vMB 58
661,045 661,045 0000000000000000000d4d0649c6fcdfafddccbb729a4ace783289e6ba065a52 2,967 1.00/1.00 vMB 62
661,044 661,044 00000000000000000003ec30a7cf54ae9b56539910c22ab0de28ff9459ac8e6b 2,125 1.00/1.00 vMB 33
661,043 661,043 0000000000000000000bbaab78d0ee2d191933908aeeeb91ef36e5f78109b921 1,509 1.00/1.00 vMB 36
661,042 661,042 00000000000000000008f590bd7f527dd4d65f7a2d6d54e39dc0670eb41ebf5a 2,616 1.00/1.00 vMB 54
661,041 661,041 0000000000000000000ea7be00f6eb812a1f9b0bf0be863d1c460d5257337876 1 0.00/1.00 vMB 0
661,040 661,040 000000000000000000022b298db36db93c3e9ff187d0718a19e6e5f9e73db9a0 2,358 1.00/1.00 vMB 33
661,039 661,039 0000000000000000000d32bcfd93d788b26c11bd04d6c7fa734e3e51aece3983 1,472 1.00/1.00 vMB 54
661,038 661,038 0000000000000000000516104e778335eebc3987cfe108384e9b1121c22aa4bb 1,585 1.00/1.00 vMB 27
Previous 10 blocks ↓
Total Size: 782.46 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: 667.91 GB
    • Received: 15.31 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.