Loading Tool

Explorer IconExplorer

Memory Pool

51,352 transactions
30.57 vMB
0.13563656 BTC
Random Selection Loading Transactions
Max Size: 163.01/200 MB

Candidate Block

Mining Attempt 65b9588d9d51d2bdfd16217e944f1685efeb0b5b761fb906e4aa738a7e1e2e94
Version 20000000
Previous Block 000000000000000000002bb93a85f00afbdf082006a0d42f0245143e7dde62a4
Merkle Root 5fb5a31524d7de6533a86778b22883b5c175596f7f961eed17f994647e9499b9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,978
Size: 1.00 vMB
Total Fees: 0.05380385 BTC
Feerates: 179.69 > 5.39 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,844 (431,126 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
483,718 483,718 0000000000000000003e6862bfed88a2c5539370f36ac6733c3e551ff7e796f7 1,767 0.86/1.00 vMB 181
483,717 483,717 0000000000000000005f83ba3f39d669aca74ed213cf9eb4d673efb2ac6ec1fb 506 0.36/1.00 vMB 198
483,716 483,716 0000000000000000006327d2c3197133f411cb73f7a3a4862130d1d64d44dfff 194 0.11/1.00 vMB 222
483,715 483,715 0000000000000000002e940a96c19823687dcf4dbe56d0087c35bf3474a07afc 1,286 0.62/1.00 vMB 49
483,714 483,714 000000000000000000f7ae0cca707e5865ff3593c67f5510b7008df32a5a563b 1,704 1.00/1.00 vMB 89
483,713 483,713 000000000000000000cac7bbfcc85ff25f809928d55e4638b1e054c62e8d530f 2,464 1.00/1.00 vMB 328
483,712 483,712 000000000000000000142fdf3fc4c37f13a3024511eb4586e5d6eba23219514e 738 1.00/1.00 vMB 67
483,711 483,711 00000000000000000111cabedaef6d15e7211dcfe8356f1cc0607f961e2e0b3f 1,564 1.00/1.00 vMB 21
483,710 483,710 0000000000000000006cb4c65482021f32e3e4e922c83921b40e7cec34b06f6a 1,792 1.00/1.00 vMB 249
483,709 483,709 00000000000000000049b06c3d5b14a71ded353de6c005cd334d71adb4bb7992 1,522 1.00/1.00 vMB 159
483,708 483,708 0000000000000000002d25c28fb087925f1f4128127227db5e07190c45f9daf1 2,548 0.99/1.00 vMB 315
483,707 483,707 0000000000000000007f7a5e29f999acba852fc86e91f2a5dbabdada59e50c94 2,018 0.97/1.00 vMB 120
483,706 483,706 0000000000000000007f04f81f8f75327c65385c98bcc3718c3bb93f28af6b02 2,015 1.00/1.00 vMB 236
483,705 483,705 0000000000000000003514667f7e128d9d990fbc39c58731fb985a9992381d8f 1,972 0.86/1.00 vMB 179
483,704 483,704 00000000000000000105734b305a327c0e8555a4a0f6331f89074faad02e379c 414 0.27/1.00 vMB 211
483,703 483,703 000000000000000000e5b5dae106fc41108cad2159ac90560e32598a027d4aaf 113 0.04/1.00 vMB 109
483,702 483,702 000000000000000000f95258a577405b551bb17470da65f7f321e9c71db122d6 1,091 0.48/1.00 vMB 78
483,701 483,701 00000000000000000120631e80eb67c37bb7be2da2612fa03640b16b3aa70ffb 1,562 1.00/1.00 vMB 292
483,700 483,700 000000000000000000d2b57f7784d7db35af695c63627272f6ee66a60879c657 905 0.43/1.00 vMB 193
483,699 483,699 0000000000000000004a062c2e1255aca58c6851e5464f70904f96c03f62d432 52 0.02/1.00 vMB 146
483,698 483,698 0000000000000000001569bd54b446cf50bf98fb59ab4a89c03966aea2e86756 528 0.24/1.00 vMB 202
Previous 10 blocks ↓
Total Size: 782.11 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: 652.03 GB
    • Received: 13.70 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.