Loading Tool

Explorer IconExplorer

Memory Pool

81,180 transactions
30.17 vMB
0.13316929 BTC
Random Selection Loading Transactions
Max Size: 181.46/200 MB

Candidate Block

Mining Attempt 1e25547e5bda2d82fc6a808a898e996c6dd595b5e8800a884a5b4092f66909aa
Version 20000000
Previous Block 00000000000000000000544e2a5709c56f805c54fbee81fbb0c5aeb0fdb502da
Merkle Root f198e12714d117e5a0c05966336f39cd09cea11da7ab4e6bc6353dd8d0dd4a83
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,037
Size: 1.00 vMB
Total Fees: 0.05613227 BTC
Feerates: 242.90 > 5.62 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,160 (294,070 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
621,090 621,090 000000000000000000071d34c06e5840f29a05f4d1d52aaee27569bffd8f39b1 2,572 1.00/1.00 vMB 16
621,089 621,089 000000000000000000016465499ceaa6859e402fcbec1798cf71b3bdb7b00ce7 3,290 1.00/1.00 vMB 35
621,088 621,088 0000000000000000000b3a40fcd46e09bdecd277a3b63758f472796e0b47f26a 2,315 1.00/1.00 vMB 19
621,087 621,087 000000000000000000088d2e692d59df218991c3b64880e1abeba99d514b59b3 2,036 1.00/1.00 vMB 30
621,086 621,086 0000000000000000000cedad72f74df09db7bf2714dd9f68dc02ef4702116e90 1,227 1.00/1.00 vMB 48
621,085 621,085 00000000000000000008612c5e4e6d11f78d7dab498fb9aab44711902508ab74 1,586 1.00/1.00 vMB 74
621,084 621,084 000000000000000000061cf144aa20904b035194c5dec4175dca428acc2e8157 3,324 1.00/1.00 vMB 24
621,083 621,083 00000000000000000006e94dc58485a2cea23827bfddd62d079e0aa699922246 2,927 1.00/1.00 vMB 32
621,082 621,082 0000000000000000000104beab8e8a982d1d6f64c47a370f3a9cd0323754ba32 2,437 1.00/1.00 vMB 6
621,081 621,081 0000000000000000000eaec774d1ffacefb352b83ea93df81a39672dafd1e38b 2,778 1.00/1.00 vMB 13
621,080 621,080 00000000000000000010326123bdbf90735dbe78be1758f948d1b6723886b2d6 2,104 1.00/1.00 vMB 14
621,079 621,079 00000000000000000008c8351f262a81f8660d228ed2f5509733df8bf3f34212 2,569 1.00/1.00 vMB 25
621,078 621,078 000000000000000000041d0b37cec3b6a5865d1c21f6fbd4369ca1f21e4156b5 2,874 1.00/1.00 vMB 18
621,077 621,077 0000000000000000000ddcd6bff0c79006d1af6ad62963ff9107a4b2bdad0f93 2,141 1.00/1.00 vMB 19
621,076 621,076 00000000000000000002411090530b1c25200056e45ae8572488eb6736d369be 3,419 1.00/1.00 vMB 20
621,075 621,075 0000000000000000000b9cb6e7ee528c728d1b3aa0a9dd5de7333df52536ac24 2,572 1.00/1.00 vMB 45
621,074 621,074 000000000000000000020f62ea032afcca69a64f1e012f63a1a1aa9a486d1e66 2,176 1.00/1.00 vMB 25
621,073 621,073 0000000000000000000ea078100e319ed6efafcd6b324c1a3c74974e71ab53f2 3,232 0.97/1.00 vMB 27
621,072 621,072 0000000000000000000590766ec3f22d66cc6970cd98731cd858c7cf54554a8a 3,031 1.00/1.00 vMB 22
621,071 621,071 0000000000000000000f8a7692cbf514767b32a302b94d9526c532a329d5cd94 2,100 0.66/1.00 vMB 9
621,070 621,070 0000000000000000000d3ceba688825a69d2603978d6fd8c06d6171572e8d247 2,624 1.00/1.00 vMB 5
Previous 10 blocks ↓
Total Size: 782.67 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: 674.03 GB
    • Received: 16.43 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.