Loading Tool

Explorer IconExplorer

Memory Pool

73,927 transactions
27.41 vMB
0.06858160 BTC
Random Selection Loading Transactions
Max Size: 167.11/200 MB

Candidate Block

Mining Attempt fa5565de39dbdcd43007a63967778e62481df4bb053ba82f662cdad49016d896
Version 20000000
Previous Block 00000000000000000001532be74da49a90e138299003cfdfadc8d64ffc40de8e
Merkle Root 0b8223f7e110459f013c06ac0303e9560f7e2d22e4b92ec25a5fcde15e57df3c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,818
Size: 1.00 vMB
Total Fees: 0.01024901 BTC
Feerates: 101.19 > 1.03 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,311 (812,485 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
102,826 102,826 0000000000034f6116a57db99b7994cb6999637199fa1005f0c9dae88de1c201 5 0.00/1.00 vMB 0
102,825 102,825 0000000000002593546b3c5fc57d15b6213d22b7fd25a8eb6b6ac378008fc232 1 0.00/1.00 vMB 0
102,824 102,824 000000000000f6ba24969a49d916912ab3cb20cb033f65a4f68ed142de4a109e 7 0.00/1.00 vMB 0
102,823 102,823 000000000002dce2b8bdb51e24a0b6e8a0851b2602a85da47ed955ee3ca5db8b 5 0.00/1.00 vMB 0
102,822 102,822 00000000000225e49bca41f0cb1ae0ff0719aba34e8c09c436ade73166540a86 12 0.00/1.00 vMB 0
102,821 102,821 000000000001f04029c13defe99f3c0c9fa884cd9a25da6521509e3d8f76f8fa 21 0.01/1.00 vMB 0
102,820 102,820 00000000000191ce8564109cbc2646cce07645458c4146c562a1aa9a6dfd83cc 1 0.00/1.00 vMB 0
102,819 102,819 0000000000010af723487184f9616fe18f1aa2c2e4ac97e0063e7a9e280c5925 1 0.00/1.00 vMB 0
102,818 102,818 000000000000ece238a24d133647d57eb8e6261619ce5bfb2411b6eee751f2d9 5 0.00/1.00 vMB 0
102,817 102,817 00000000000106f487e2a5683ac15854dfa0ada5833af69f3c4da1cdb198be0c 8 0.00/1.00 vMB 0
102,816 102,816 0000000000036e1b1c66c51814ee2f500f3e67d8e568f5606b91ad3359e68c0d 1 0.00/1.00 vMB 0
102,815 102,815 0000000000000e389cccae2a40437be574fd806909e24136711e7f8bce671d65 1 0.00/1.00 vMB 0
102,814 102,814 00000000000332859600a3e9bf0a647ae9d9f46808229c475a507ead2727cb43 2 0.00/1.00 vMB 0
102,813 102,813 000000000002b655b81ddf0f9fbce2f292779d7ace274e0880d9a17c3e427457 3 0.00/1.00 vMB 0
102,812 102,812 0000000000035c7bbcbc1244dd57ba51ece11100496af7d6d3bcb80c7e66e2ff 2 0.00/1.00 vMB 0
102,811 102,811 000000000001dddba5a0113bad2bf77e910ba407d7a5fa08b3c02d6b90b2fb5d 4 0.00/1.00 vMB 0
102,810 102,810 000000000001c2255afb4767f44cfb1db9cdbeb3831d8b110111521f7cd91e61 5 0.00/1.00 vMB 0
102,809 102,809 00000000000046c7852ea7f9c77fc0a731092b17d8332b68e9bf455d4100510d 3 0.01/1.00 vMB 0
102,808 102,808 000000000002a1a86ddeb85efc3cfe71e8f6fdf5ef2d52403964c10bdcf8ea2b 3 0.00/1.00 vMB 0
102,807 102,807 000000000002466e9301a5d5cb0b715e2f057083868242103faa6810b832db79 1 0.00/1.00 vMB 0
102,806 102,806 0000000000018c074f8fd1a625243312e103e1c8d185a5ba52659655ebf58cf4 2 0.00/1.00 vMB 0
Previous 10 blocks ↓
Total Size: 782.93 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 113
    • Outgoing: 10
  • Data Transfer:
    • Sent: 714.62 GB
    • Received: 17.57 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.