Loading Tool

Explorer IconExplorer

Memory Pool

77,826 transactions
28.60 vMB
0.10075502 BTC
Random Selection Loading Transactions
Max Size: 173.97/200 MB

Candidate Block

Mining Attempt b19c7204dc4951987fe3ce1d7b19392fa8d3359efd540077762e53325d220f66
Version 20000000
Previous Block 000000000000000000002645473f2a15961ce2380beed093cb81e8c522f47b5f
Merkle Root 195acd6f927d8cfe81ed28610bf953a13dad9a29074d60efa1def59973f8d096
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,658
Size: 1.00 vMB
Total Fees: 0.03518670 BTC
Feerates: 602.26 > 3.53 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,305 (780,234 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
135,071 135,071 00000000000002a92c1b1ffb2a8388979cf30798e312335ae2a1b922927ee83d 4 0.00/1.00 vMB 101
135,070 135,070 0000000000000539892f5900ccba0d08243d50ed62ee5e3a60fcfb6d2a9573e8 122 0.05/1.00 vMB 93
135,069 135,069 00000000000002ed0d29f4703f8c91410f216c78db866b2f23232a9eac08aa10 99 0.05/1.00 vMB 656
135,068 135,068 0000000000000821f30d8f403c83003b6c3e3e2aefa41611fd861ae7dd440afd 44 0.03/1.00 vMB 286
135,067 135,067 000000000000056a1366fff2c7d14e8b00806ef0eb3a792333a5afbd4585a211 372 0.22/1.00 vMB 249
135,066 135,066 000000000000079623298ad8c9c600b00707af0a41bc0d09e2b15de74164d49f 98 0.05/1.00 vMB 26
135,065 135,065 0000000000000ba5039976bc41cd9f63af8a4e4f9b7a7f7bfc967d3b032a8e45 93 0.05/1.00 vMB 217
135,064 135,064 0000000000000690d630c6b5a862d053ff8ba1c849c1281dbe9236c05f9903f5 54 0.03/1.00 vMB 612
135,063 135,063 000000000000097745f6a765554ea5b4700ffc3de59290c85b1665208f0a7485 77 0.05/1.00 vMB 234
135,062 135,062 000000000000021b941ff8e83e425f9719c1724d29229f53345ccbd22f353a7a 67 0.06/1.00 vMB 219
135,061 135,061 00000000000007f52a170fde9371560f963a6f81b5ec6a5d015d8ba1d2a3dc06 37 0.03/1.00 vMB 236
135,060 135,060 00000000000006acb867fb94a97404a124e4d9290600d23d36128de2478b26b8 48 0.04/1.00 vMB 719
135,059 135,059 00000000000005161fd31e61975d62d6d2b50133a22def1c298409a484c513c1 82 0.06/1.00 vMB 406
135,058 135,058 0000000000000709306b0fe1a29424a4011d4443621eecde0e5edd9ebd81b0f6 120 0.05/1.00 vMB 392
135,057 135,057 000000000000041b9ba107dcca1d6a934b40f193c663a7782d02142e111d3e2b 55 0.03/1.00 vMB 419
135,056 135,056 00000000000003b78cc2993a3497c940cf65bf3f4bad2fd5e3702fcb8dd2c3d6 11 0.00/1.00 vMB 383
135,055 135,055 00000000000008d87cb1d893e10e908853cec0084cd5cb2727d2ec1726580eb5 52 0.03/1.00 vMB 490
135,054 135,054 00000000000008da4fa32d3774684b7f84082f2ff6e9dd6cd2b690fdfdaa1b79 105 0.05/1.00 vMB 478
135,053 135,053 00000000000006ffa69ce0907758b34203cb7bcc6a784e867f8dca5d54262a10 167 0.05/1.00 vMB 173
135,052 135,052 0000000000000a2c2481d803958bb38ad003a1e04d4e03c22c3c7ac79812f431 57 0.02/1.00 vMB 132
135,051 135,051 00000000000008ed6b28a88de57299fc7f413b23e7d972ca60b5214a6469ffd5 83 0.05/1.00 vMB 273
Previous 10 blocks ↓
Total Size: 782.92 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: 714.37 GB
    • Received: 17.53 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.