Loading Tool

Explorer IconExplorer

Memory Pool

78,667 transactions
29.14 vMB
0.11817219 BTC
Random Selection Loading Transactions
Max Size: 175.82/200 MB

Candidate Block

Mining Attempt 6d87c6c8fe5ec09e2d4f62ad2ad68149e649429d9cc7ca677cfcd17c96a4de14
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 472d0663791bd242819f0f456baf60189ead144c26b4a83f04ce1c0027719d8a
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,098
Size: 1.00 vMB
Total Fees: 0.04255953 BTC
Feerates: 150.80 > 4.26 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (404,545 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
510,720 510,720 00000000000000000058be838cacd0df5663d541e8818bd02e8e6c957e795fec 766 0.99/1.00 vMB 21
510,719 510,719 0000000000000000003c57293d106cd07173be47c766e234da3ac31d6140f09d 1,462 0.99/1.00 vMB 62
510,718 510,718 0000000000000000003e24286a488ce4b620439d4f7f8f51eda67d5bc5e972e8 2,524 1.00/1.00 vMB 86
510,717 510,717 000000000000000000211dba982770be0dbdc96d18c69aba3727d2975f7703da 384 0.99/1.00 vMB 9
510,716 510,716 00000000000000000059cf6bcf96e1eef4d4b88749cd1129a63cea618debfcb8 1,639 1.00/1.00 vMB 63
510,715 510,715 00000000000000000057a511d1b11398e7a42771b0fc3d89fafeb4f70bcb9c57 499 1.00/1.00 vMB 17
510,714 510,714 0000000000000000003ae482798fbcc98187361439c4014ffd3d3e6124e0e790 1,100 1.00/1.00 vMB 39
510,713 510,713 0000000000000000000fbdd846fae3f25676fcaffd74f93cd8e6ba1e380c758b 2,352 1.00/1.00 vMB 87
510,712 510,712 0000000000000000003c4f87df4ab794ee7b6c0c311a09ee1168a897863b1542 2,021 1.00/1.00 vMB 21
510,711 510,711 00000000000000000009f6fcc9bbb9b18d78a85809cb099058d6e48c4ee93dcd 2,182 1.00/1.00 vMB 58
510,710 510,710 000000000000000000053bdce3079373adb935b5d5baaafdaa525f1c88ad5efb 1,808 1.00/1.00 vMB 101
510,709 510,709 0000000000000000000898b93926c8f57b1d51f65c3d9544ac1113f95c6d5e32 2,324 1.00/1.00 vMB 115
510,708 510,708 00000000000000000016eab657d03015af4a594f796bb4516347445d1cdbccc6 2,191 1.00/1.00 vMB 139
510,707 510,707 000000000000000000118044a2c32f1d2f988320e1f795013012c3a188136e75 841 1.00/1.00 vMB 31
510,706 510,706 00000000000000000001c3a7eacc91d42462456b357984cdacc5494f79582058 778 1.00/1.00 vMB 6
510,705 510,705 000000000000000000530fc9332623ef525d53152ebfbc76dafb464ddbe263ed 2,070 1.00/1.00 vMB 100
510,704 510,704 000000000000000000382553f4a9cab6c7fc5e72b7ac0a7e0298e03292ae5b2d 1,208 0.50/1.00 vMB 97
510,703 510,703 000000000000000000368cce4a220c7ce578e63d55537d18edc855addcf9dd7b 695 1.00/1.00 vMB 26
510,702 510,702 000000000000000000356163d1f107d2dc1baa8f5e5f428dea9d2ce1f3b26a2b 768 1.00/1.00 vMB 33
510,701 510,701 0000000000000000000d3b06a49a945f57f4ac9265d8daeb2d6cefa9fe0e970c 1,221 1.00/1.00 vMB 6
510,700 510,700 00000000000000000003a1f9e7d612195ade249f946e0c98122efa7d44579064 1,763 1.00/1.00 vMB 54
Previous 10 blocks ↓
Total Size: 782.85 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: 712.78 GB
    • Received: 17.21 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.