Loading Tool

Explorer IconExplorer

Memory Pool

48,576 transactions
21.11 vMB
0.06088782 BTC
Random Selection Loading Transactions
Max Size: 120.93/200 MB

Candidate Block

Mining Attempt dca99839a028e44f7c14999cbf82eab807750963736f110ac69d750050534811
Version 20000000
Previous Block 00000000000000000001f04bee8fc98c1f85e96d12fb520368305c5311966ad2
Merkle Root f14326a1a2eaedb7b1c0f9d5c3c064c73abfbeb6bb2f914a3b80f5efea62a1da
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,700
Size: 1.00 vMB
Total Fees: 0.01826516 BTC
Feerates: 502.67 > 1.83 > 0.10 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,019 (797,248 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
116,771 116,771 000000000000943626114baf0d8dd3386c7cff8e4c1846e7236d41678e6bf9f1 12 0.00/1.00 vMB 0
116,770 116,770 000000000000648786c0c68e264352530fba7911713de840bb7b081b076998ce 9 0.00/1.00 vMB 340
116,769 116,769 0000000000001653fd4784f1b47955855202aca7eac09d7306a74673760bb102 12 0.00/1.00 vMB 0
116,768 116,768 000000000000ae98527086723c5e27388a7bcfb1f029f79c02aa0975711f0946 8 0.00/1.00 vMB 291
116,767 116,767 00000000000086c508c7195839896948c823d902f569844921e3e8264a7091cd 14 0.00/1.00 vMB 1,205
116,766 116,766 00000000000015ee0b4eaeeb0a578cbe5f5e7fd231aa6f900915447c04d1d955 9 0.00/1.00 vMB 353
116,765 116,765 0000000000002b7d7a49e2e09dd2224e80db66b2d1f68a70a48b3b01f5e63e2a 10 0.00/1.00 vMB 313
116,764 116,764 000000000000085198a54515e9889eaadce7c9300b6795515adc41adc8f39d5c 17 0.00/1.00 vMB 1,647
116,763 116,763 000000000000e93ed6ea3ce268f2c2d6906429bfc138fc4ee4dc5e3ef4ef4a10 10 0.00/1.00 vMB 334
116,762 116,762 0000000000003d027f305d19e016d5a4d84e4b4ec0b4d531b4d6eeab2d52ca2a 41 0.02/1.00 vMB 799
116,761 116,761 000000000000335d194cb8aa2922b9d042db6f890e824af4a5d7e2812632c6ee 19 0.01/1.00 vMB 0
116,760 116,760 0000000000002a7884f540dfa10f205fcfa88b5e876a0abb60f34ff13e71a026 11 0.00/1.00 vMB 0
116,759 116,759 00000000000098f3b13507d2458de9b870b273707d5b5208d4ad683fa40a4d2e 23 0.01/1.00 vMB 580
116,758 116,758 000000000000e83f53d7d4645fc65105850e193b345cc8d77f20d8c48d3b69f1 12 0.00/1.00 vMB 0
116,757 116,757 000000000000cb1447a0c10492dbf67ac901a54097a316dc3463f175c1ecc2e4 14 0.00/1.00 vMB 988
116,756 116,756 000000000000053a26396edbbb48f5860ec4c02937e13798db7a7894ec760578 12 0.00/1.00 vMB 0
116,755 116,755 0000000000003517232d909bae4656df73834ce897fea10a0af08acafc4343f6 10 0.00/1.00 vMB 0
116,754 116,754 000000000000ac0b4a64014864b104ba1bad18e21b6d86c7513e49a6cdb1ad9b 12 0.00/1.00 vMB 0
116,753 116,753 000000000000794e87bf235563fe7c0742f65d1ddfeac17752706289a14b53e4 12 0.00/1.00 vMB 934
116,752 116,752 0000000000008c02d753fa9a4fb55819b391516b2c12d5479f72d74c1083a77e 12 0.00/1.00 vMB 0
116,751 116,751 000000000000802929ec084c8aa9ca708a8234d6b0f8ecf27b6d7a94d74c9039 14 0.00/1.00 vMB 865
Previous 10 blocks ↓
Total Size: 780.64 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: 550.23 GB
    • Received: 6.42 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.