Loading Tool

Explorer IconExplorer

Memory Pool

78,389 transactions
29.84 vMB
0.08229927 BTC
Random Selection Loading Transactions
Max Size: 178.73/200 MB

Candidate Block

Mining Attempt 9445651937ad4e882a428fc79e616fe82625a6af413db5dba3d5713a2ba19233
Version 20000000
Previous Block 00000000000000000000afdf5043b8b27b92fc11e8966ab025edf9415d082b3b
Merkle Root 048ef83626d57b4d4cf32e84f4215acee54a41722f1c5026e21aa25f5421bb3d
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 1,635
Size: 1.00 vMB
Total Fees: 0.01477666 BTC
Feerates: 100.69 > 1.48 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,152 (175,836 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
739,316 739,316 0000000000000000000540f3747b715135a9b18adbcceeed8a1d51bae60bb28f 3,322 1.00/1.00 vMB 13
739,315 739,315 00000000000000000004ebf34da14ad6e7e3a362bcda87a28ef691f4111c03c7 455 0.26/1.00 vMB 7
739,314 739,314 000000000000000000025dfb7b4d12e692bd15b0e8ce0235523c9bf22127cb8c 62 0.02/1.00 vMB 8
739,313 739,313 0000000000000000000466eebcc0b8dfe420350b5e4aa1f1a8f93f2cf3ab7ce2 594 0.40/1.00 vMB 10
739,312 739,312 0000000000000000000863d126a256ae105d90e376b9fd6e9e8fcef2185603f4 1,065 0.33/1.00 vMB 13
739,311 739,311 00000000000000000008c4c0fa256c6167088751f48388753b7ada19436d559a 444 0.16/1.00 vMB 12
739,310 739,310 00000000000000000004a2cd60f4ca20b463c73f82980c06f4dad63a8be3dab8 1,567 0.54/1.00 vMB 12
739,309 739,309 00000000000000000007d5a9e673aeb03240c2d8ff04910b87aeb99f0177a54d 1,071 0.34/1.00 vMB 13
739,308 739,308 00000000000000000002d41e8672e3cfb45cc4b2ded48c99f37cc3f53c49ac29 2,150 0.65/1.00 vMB 13
739,307 739,307 00000000000000000008d6eaa8b79ac18ed6338e987570a878a4a67f84b651c3 918 0.58/1.00 vMB 3
739,306 739,306 000000000000000000090ea4bf4dc515c12d80eadc20eeddd94db28ce6c4cafa 3,062 1.00/1.00 vMB 13
739,305 739,305 000000000000000000090d22862751d94b1d0e5d78b8de68748474b9aa301164 1,799 1.00/1.00 vMB 11
739,304 739,304 00000000000000000002169d2b133e7345ef412fe755350c71375f01826014f5 2,698 1.00/1.00 vMB 23
739,303 739,303 0000000000000000000345a13e2578ee8372df1a64a097cfb826eefb46747dd3 1,696 0.87/1.00 vMB 3
739,302 739,302 00000000000000000003e3313530420ed1f8f487a5305e42d39a536b4ecfbd9b 2,832 1.00/1.00 vMB 17
739,301 739,301 0000000000000000000752b2d3a3d35d05c4d8681c89f2e75a3fd70f7bd36750 1,970 1.00/1.00 vMB 16
739,300 739,300 00000000000000000002a77fba33a57dff4ac1b61c204769f809f9109a5584e1 1,648 0.76/1.00 vMB 8
739,299 739,299 000000000000000000081413df3e054e3e37fd89feda96c059cf0ba7748ffd86 2,378 1.00/1.00 vMB 9
739,298 739,298 00000000000000000002e7f36ac712690a0ee2899786b1f1141934457a4c8cdd 2,778 1.00/1.00 vMB 3
739,297 739,297 00000000000000000006cfa7e592e30faa3728225733468652706766811c3551 3,081 1.00/1.00 vMB 18
739,296 739,296 00000000000000000004e1f4e15eb3f1a6e9ee8cb27bbfd6f9dfd0d729d9ac5d 2,511 1.00/1.00 vMB 6
Previous 10 blocks ↓
Total Size: 782.66 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: 672.96 GB
    • Received: 16.34 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.