Loading Tool

Explorer IconExplorer

Memory Pool

80,309 transactions
29.88 vMB
0.09099802 BTC
Random Selection Loading Transactions
Max Size: 182.39/200 MB

Candidate Block

Mining Attempt ca52f8575c5f6fe339dfe79ff92ed0afcf69f4135f9df87205f84d4adb4cd912
Version 20000000
Previous Block 00000000000000000000632169d200e8dc659cf8de9c0a1f273312b1ca9d3620
Merkle Root 1409164aac9f7db68b57df6cf4250c12b53a9c0e73294c4a0e5f2d3688237bc7
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,609
Size: 1.00 vMB
Total Fees: 0.02452769 BTC
Feerates: 402.60 > 2.46 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,323 (212,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
703,197 703,197 0000000000000000000a306dc2b6b93cd7692420dc98534531d40976344f0470 725 0.22/1.00 vMB 12
703,196 703,196 0000000000000000000689f1acd6c33106fb3727cf102cc64d682934fa107b91 1,287 0.72/1.00 vMB 6
703,195 703,195 00000000000000000009cf950a1e09f5ff1dc7d740455f22e42dd07243e68aa5 3,256 1.00/1.00 vMB 12
703,194 703,194 0000000000000000000b938ce128ab44c28e9bd084725d68c7416c1b430d4aa2 1,154 0.47/1.00 vMB 8
703,193 703,193 0000000000000000000669689cedf6cc64f9e19b9e38823e18fcc3c8ed660ef8 1,049 1.00/1.00 vMB 2
703,192 703,192 00000000000000000007a8da2344ede8b36952ce9309322635583eb428dc2225 2,178 1.00/1.00 vMB 11
703,191 703,191 0000000000000000000db587e24f0618ed2eb8aaf768bf991353d5c611d46db3 1,668 1.00/1.00 vMB 7
703,190 703,190 000000000000000000080eca1579203582d4ad3a0884f0df8f6da53d851ca055 2,591 1.00/1.00 vMB 10
703,189 703,189 00000000000000000005dc42597ec011e7fbb554183f00aab65d545b7b7758bf 809 0.45/1.00 vMB 7
703,188 703,188 0000000000000000000e44aa6a0b664c239c47a7f7bcf2fabf8f734097488fb1 2,747 0.98/1.00 vMB 9
703,187 703,187 00000000000000000003cf4029eb513dccc47ae04bcf595fbc67c33aed12572e 1,658 0.67/1.00 vMB 8
703,186 703,186 0000000000000000000e53de8a2c30c6cc90c65a97a8371e070dbc3e0e6f834c 2,775 1.00/1.00 vMB 3
703,185 703,185 0000000000000000000b5e9318d32dcc313423b13ec391bd4185fea24aaf88d0 2,563 1.00/1.00 vMB 9
703,184 703,184 000000000000000000031c2b0be45ee771f7dff42054a2f347f060ff01012804 3,310 1.00/1.00 vMB 20
703,183 703,183 0000000000000000000774078e38fb6978e113b68b97ba9bf80fa0f7bf95ae77 1,590 0.96/1.00 vMB 4
703,182 703,182 0000000000000000000841d456bab003a4f05ded7a8a2eb56300a8d3f63a806f 1,588 1.00/1.00 vMB 8
703,181 703,181 0000000000000000000b22600e4af052af7dc4b82c263e1b7db59edf2d52c3ac 2,996 1.00/1.00 vMB 12
703,180 703,180 0000000000000000000baa62642204f709d8bfa15a0410c86f271cb0248269c4 670 0.29/1.00 vMB 9
703,179 703,179 00000000000000000005f1d8ec6f889673fe87f04a1b582c5ce9eef6a8809d33 350 0.14/1.00 vMB 9
703,178 703,178 000000000000000000096f8e2ec3e9c04ff5c9480506e735081edb5e40c0b5e2 252 0.07/1.00 vMB 10
703,177 703,177 00000000000000000006b9d02a084dab5cf3f6ed1bc5d90c42bfdc0550e64029 251 0.07/1.00 vMB 12
Previous 10 blocks ↓
Total Size: 782.95 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: 715.20 GB
    • Received: 17.67 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.