Loading Tool

Explorer IconExplorer

Memory Pool

77,656 transactions
28.84 vMB
0.07412707 BTC
Random Selection Loading Transactions
Max Size: 174.93/200 MB

Candidate Block

Mining Attempt ca58e8acba6e1ca1005ebd41b6c324aa9c6329d32890fe83f06295ffab6e2b7a
Version 20000000
Previous Block 000000000000000000015c2f9dfa0c74d1f310284e6448425037dce28d0417a8
Merkle Root 47c480ff0ddcf81ab82ad28449cfe3b0e2a0f334a76185422db0e2af95317758
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 4,802
Size: 1.00 vMB
Total Fees: 0.01403852 BTC
Feerates: 82.75 > 1.41 > 0.30 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,157 (410,231 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
504,926 504,926 000000000000000000021cfb89fd2ce77512baaa0154eb1b35ba7d5244868e02 2,316 1.00/1.00 vMB 512
504,925 504,925 0000000000000000000b5d3bf467aa89a06497f0a178162c9a62d553de02f761 1,437 1.00/1.00 vMB 315
504,924 504,924 0000000000000000005d4650676d4500c92a4e65e4f83779c7bab8d88d9557c0 1,737 1.00/1.00 vMB 426
504,923 504,923 0000000000000000000f7ba3257affb67765c0b73709ed48b98ecf5feded5578 1,638 1.00/1.00 vMB 444
504,922 504,922 0000000000000000007b8a4a1fc4153dbaee6a174be02ca38ec45e2792a9c446 1,885 1.00/1.00 vMB 460
504,921 504,921 00000000000000000050da9dbcac1b573b715cd0993315a092b40790fb89dd1f 2,259 1.00/1.00 vMB 397
504,920 504,920 000000000000000000737115f1dfd97cbc5f62462e0102f6ff116edd3f90a65f 2,308 1.00/1.00 vMB 454
504,919 504,919 0000000000000000002d243f013d11e31edd98bcb3ed7bf6f0a43b4fc33413c9 2,642 1.00/1.00 vMB 525
504,918 504,918 00000000000000000038dfd391a4eeb32ead4915c0a050b676b215cfb8530b45 1,299 1.00/1.00 vMB 186
504,917 504,917 000000000000000000495f05566a778c3455d10ba49c842b9441c2a330612e4f 1,387 1.00/1.00 vMB 287
504,916 504,916 00000000000000000015d7f46832805b1c902b0faf33faeef182fd9ebf5276a3 2,744 1.00/1.00 vMB 489
504,915 504,915 0000000000000000003be1274dc6a9cac5b9096143a82cb85f829bac614c39b4 2,353 1.00/1.00 vMB 463
504,914 504,914 00000000000000000068617533a2ea9eec5a6c6c406405c926f3eb0f0e4076a7 2,379 1.00/1.00 vMB 428
504,913 504,913 000000000000000000490568d30856c78dee70c289a9c0aeb730ab7048ac0d79 1,202 1.00/1.00 vMB 258
504,912 504,912 0000000000000000001a31425dada5b6582aa8bfe808f9ca78d44e2e49788140 309 1.00/1.00 vMB 123
504,911 504,911 0000000000000000006b5ef7a115588d5a4ce16ac67526652e6b726af52c643c 753 1.00/1.00 vMB 208
504,910 504,910 0000000000000000005957a8a97311d523cd61bda967ee8ac80cb46f9ec5f289 2,015 1.00/1.00 vMB 397
504,909 504,909 000000000000000000608c17e693cd8bef3a6d77966a77b1d57a034dfea758d7 976 1.00/1.00 vMB 215
504,908 504,908 0000000000000000002bb990f7c5eee673073aea32e411bc7957218a88c48d43 965 1.00/1.00 vMB 145
504,907 504,907 0000000000000000001af22290e1adfdfceef39d5ff7ea78ae10686c09d16f2e 2,161 1.00/1.00 vMB 438
504,906 504,906 0000000000000000007bf8bf562e0e0b4516b3fc95588619ef6a2ea755ebb527 2,763 1.00/1.00 vMB 493
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: 673.09 GB
    • Received: 16.38 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.