Loading Tool

Explorer IconExplorer

Memory Pool

76,217 transactions
28.24 vMB
0.09204667 BTC
Random Selection Loading Transactions
Max Size: 171.25/200 MB

Candidate Block

Mining Attempt d44b298882fb2349ae7466e23472d805de450c73ed787db1b8f58081cbba98cb
Version 20000000
Previous Block 0000000000000000000066dca9fab24cab5c950c60583369c37db71a237ae64a
Merkle Root 64df72b3f6b1ad33bb82199b714b1ab8d6871ff9f64150ba4a593e1e804a6356
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,627
Size: 1.00 vMB
Total Fees: 0.03021547 BTC
Feerates: 472.31 > 3.03 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,291 (131,683 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
783,608 783,608 0000000000000000000098e42b2e56870ff0aa97486807500c644d53fecaae3e 1,367 1.00/1.00 vMB 9
783,607 783,607 00000000000000000000d1885ee6b2f6ca0132cb9f7eacf63f5b6e8ed448cb17 2,876 1.00/1.00 vMB 14
783,606 783,606 00000000000000000005c63789cdae6ae43d167304d241766cfdd6be85fe0c39 1,897 1.00/1.00 vMB 9
783,605 783,605 0000000000000000000285fb71c2ece2b038c8fefa5d5209836b8e642c21d611 3,697 1.00/1.00 vMB 26
783,604 783,604 0000000000000000000132a97a127e72171d7d9219d4f3493814d478ff3c5aef 3,118 1.00/1.00 vMB 21
783,603 783,603 00000000000000000000c429d5b283c8da6e6b47c338590a64440f0091fd45b1 2,453 1.00/1.00 vMB 27
783,602 783,602 000000000000000000024072382ebc1b0f7180366732925548acdcf93f7a1d47 212 1.00/1.00 vMB 3
783,601 783,601 00000000000000000003dfd248ff5da9c0b7411d0631e2591681463c9baa88e0 197 1.00/1.00 vMB 3
783,600 783,600 0000000000000000000562d5a8f4b0fd12b46469016cf4e1e444a1b586efc22e 1,373 1.00/1.00 vMB 4
783,599 783,599 00000000000000000000daa7d43aec9563aa1e1ee3da22d0e693dbe74f8054f5 2,743 1.00/1.00 vMB 15
783,598 783,598 0000000000000000000339b9e0b8eae1f54656ec33e77d52a7d3f0e06d009a4a 2,516 1.00/1.00 vMB 16
783,597 783,597 000000000000000000034fc04c88f558b9da1c4500e59a8a4304b0b9b598991b 3,432 1.00/1.00 vMB 29
783,596 783,596 0000000000000000000199c5685eae74e9f16eb3f290e71b03b5ca97bb484b08 763 1.00/1.00 vMB 4
783,595 783,595 0000000000000000000455d6b536d36f199b31005d4a731ef94c2b4f5ac1010c 803 1.00/1.00 vMB 7
783,594 783,594 0000000000000000000290c02bd5b5d86e72b11df7da711899dc2fb78186b38b 854 1.00/1.00 vMB 6
783,593 783,593 000000000000000000001f42b6fa3df9de46e6d27b9451672a2ec3714423ff13 1,485 1.00/1.00 vMB 10
783,592 783,592 00000000000000000004da19fcf10805e72c74b85eb16f2a9570496d18fd6f02 365 1.00/1.00 vMB 3
783,591 783,591 00000000000000000001f84383183a4fbe1af2e2fe74e64becee1adb5f80e538 1,189 1.00/1.00 vMB 8
783,590 783,590 000000000000000000031651b1fd93f6c5b96494b78dda53a8670412442effb1 2,081 1.00/1.00 vMB 12
783,589 783,589 00000000000000000002f58685f9d54169425a9247fbdbaab1ec5a3959100fb2 2,249 1.00/1.00 vMB 14
783,588 783,588 000000000000000000056437a154d0397d1017d90e3fd4a8dd2dc84d6932d676 1,387 1.00/1.00 vMB 4
Previous 10 blocks ↓
Total Size: 782.90 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: 713.56 GB
    • Received: 17.39 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.