Loading Tool

Explorer IconExplorer

Memory Pool

86,267 transactions
32.88 vMB
0.07535237 BTC
Random Selection Loading Transactions
Max Size: 195.97/200 MB

Candidate Block

Mining Attempt 0b78f038e5ae0fa70edcf3ad6b687c13daacde5a36d6e5f5b18d85e231553d42
Version 20000000
Previous Block 00000000000000000001120b3e90121a7d53199734640ccdc9413977ac8b9735
Merkle Root 82fca4e14a565604eb7fe0c93006a30d8b758870028b8a0df01dbd666120ad4e
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 6,089
Size: 1.00 vMB
Total Fees: 0.01008683 BTC
Feerates: 151.14 > 1.01 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,947 (304,926 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
610,021 610,021 0000000000000000000f8c5140089f5b00605f271058a29b0262ea218d7e44b0 1,734 0.77/1.00 vMB 11
610,020 610,020 00000000000000000001ea78bb63aabccee89dcd4ed681ddfdc0bc4845f09456 2,759 1.00/1.00 vMB 17
610,019 610,019 0000000000000000000fa125e233abea665671f2454114b50e48a010363021ef 872 0.59/1.00 vMB 1
610,018 610,018 00000000000000000006ca1035db8acafa72c0664d6dd84bfc0e60e4e3f5ee52 2,947 1.00/1.00 vMB 9
610,017 610,017 0000000000000000000d00957ac205b9be0b634b917b1dd359f1ee4613aefca8 2,190 1.00/1.00 vMB 3
610,016 610,016 0000000000000000000a4e72c87da3752bb5ca9ff4811c86c0dcde3be304412f 2,620 1.00/1.00 vMB 4
610,015 610,015 000000000000000000154dc2298fa33bd3fe3d938548f04304bf2d663577fa79 2,104 1.00/1.00 vMB 13
610,014 610,014 000000000000000000101d5b7c40cd36aa2c8425e265a2c4e772290509282e61 2,760 1.00/1.00 vMB 9
610,013 610,013 00000000000000000014949f9edc10ae644a7b707561e1656e5be4f6efae2ea9 3,090 1.00/1.00 vMB 35
610,012 610,012 00000000000000000002e439a03b5c759df2fb69fe7632ea9c0dc7441005ac44 2,984 1.00/1.00 vMB 21
610,011 610,011 0000000000000000000252f6896d00e71671cd84d2cce06c46b1188b13a1083d 3,100 1.00/1.00 vMB 16
610,010 610,010 00000000000000000007f2635ca4fc99b552cb7bd6b7f84310647c3ca69c9cef 1,636 1.00/1.00 vMB 13
610,009 610,009 00000000000000000003354e9f48af4b5850fd884f38886d00b92bfd4a015d54 1,825 1.00/1.00 vMB 28
610,008 610,008 000000000000000000157e58b222e0097afee38d6920f0750e177c0d02a5d593 1,033 1.00/1.00 vMB 68
610,007 610,007 0000000000000000000ab3657ecbfa7e4e555d58f4fe6a0279bee8ea29ae2df7 2,733 1.00/1.00 vMB 9
610,006 610,006 0000000000000000000571a7383c5679bf6967b6eb43efa807167ea3d1761e84 3,239 1.00/1.00 vMB 18
610,005 610,005 0000000000000000000f68159a871ea320691afcb3e0b7e8e3e03f53c0c0d58d 3,200 1.00/1.00 vMB 26
610,004 610,004 000000000000000000081bb924d567c05c39dabc7feda74b02a1327dc376634d 1,911 0.84/1.00 vMB 2
610,003 610,003 00000000000000000012afa0710628d1c504f1d40e1fc1b71c8cc66982547d0b 2,557 1.00/1.00 vMB 18
610,002 610,002 0000000000000000000aef4754dfc99fed93f40d8b90d06037075bc59af3ab4d 1,497 1.00/1.00 vMB 14
610,001 610,001 0000000000000000000b9cfe321443cb2ced7a4182b8594f077ee4e23d6c2ae2 887 0.28/1.00 vMB 20
Previous 10 blocks ↓
Total Size: 782.29 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: 657.32 GB
    • Received: 14.52 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.