Loading Tool

Explorer IconExplorer

Memory Pool

45,917 transactions
27.70 vMB
0.07641451 BTC
Random Selection Loading Transactions
Max Size: 146.58/200 MB

Candidate Block

Mining Attempt e4e3218f144fc35dcff8006caf15f1e51625f1489c1ddca0cfad88e3b01eb6fc
Version 20000000
Previous Block 000000000000000000012c4ce3dcc7b1929ce0c77b22cec549656a43e46e892c
Merkle Root f35d6cb2bf50e1d4d1308aeadddbf0436ce2f67477ee7a6e099122ecfb0664a1
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,583
Size: 1.00 vMB
Total Fees: 0.02408288 BTC
Feerates: 502.65 > 2.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,918 (315,560 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
599,358 599,358 0000000000000000000fb7d5d8466d0d393dfb1f5b37206ca0639c63ac549d4f 3,205 1.00/1.00 vMB 26
599,357 599,357 0000000000000000000ba473263028dc741f11ec5fa2312599cd4ffede611dd8 2,556 1.00/1.00 vMB 12
599,356 599,356 00000000000000000005f8cb2850d700b0ec63ce62767f3e4de6747e44c3b25d 2,760 1.00/1.00 vMB 14
599,355 599,355 00000000000000000009eebe4102c19bfc69f72e81edae8f91ce14b526eac1b0 2,983 1.00/1.00 vMB 23
599,354 599,354 00000000000000000014826e0dc7e4c85a05bdb80982ee91e01fb8b4b831e3b9 2,592 1.00/1.00 vMB 32
599,353 599,353 00000000000000000010226db9ecb10b9bd35d5b0728017edb4c23d0f09ce477 2,943 1.00/1.00 vMB 35
599,352 599,352 000000000000000000023ed0cf0106ad1b8a515372281f373d57b7d26770eb37 2,104 1.00/1.00 vMB 16
599,351 599,351 000000000000000000145bca018dd274c38c88ff5b86be763f1fd40388758f7e 2,857 1.00/1.00 vMB 23
599,350 599,350 0000000000000000000c7c843d9f842b94b7b5f99736ae1c927057d459e02d0a 3,016 1.00/1.00 vMB 42
599,349 599,349 00000000000000000010d975d0a6ef317d3ba1771992bb29439d613f148681e0 3,172 1.00/1.00 vMB 41
599,348 599,348 00000000000000000012dd7cf25a078a6c0c3b0d1cbbe8aa950ca03fb5d47b2e 2,656 1.00/1.00 vMB 36
599,347 599,347 00000000000000000011aac868e8798e71da2ad533dec7d9b5dd6a003bc525c5 3,098 1.00/1.00 vMB 31
599,346 599,346 00000000000000000000028ed864fadb91460137b7507ef1b9d298c6f14d1306 2,839 1.00/1.00 vMB 23
599,345 599,345 0000000000000000000e450422cf148ebf48a676063b9038f8ea794da2f7d6b0 2,828 1.00/1.00 vMB 32
599,344 599,344 000000000000000000078642d6892dc1c1b41b3a404fba9c6cc2d42977220f84 2,345 1.00/1.00 vMB 46
599,343 599,343 0000000000000000000ccc4a5b94795fdedb16cb6f07e75374618e43cd0138e1 3,103 1.00/1.00 vMB 51
599,342 599,342 0000000000000000000a6132ac649800edc0668f9d8510ff035d3548ad7f3b02 2,084 1.00/1.00 vMB 26
599,341 599,341 0000000000000000000a42b01c25d317b96bec7df604d730e418f6fa9227d385 2,118 1.00/1.00 vMB 47
599,340 599,340 000000000000000000071a8555255e2afa380adc7ab707baed24c137ac9281aa 1,422 1.00/1.00 vMB 82
599,339 599,339 00000000000000000002d482ef460f8c8ae6cbacf04e5fd8b94e8064b96ae89a 3,257 1.00/1.00 vMB 25
599,338 599,338 0000000000000000001078a15a0c174e0a360b29149c31fe59e9cecfa7804d05 544 0.16/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.24 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: 655.25 GB
    • Received: 14.28 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.