Loading Tool

Explorer IconExplorer

Memory Pool

77,813 transactions
28.81 vMB
0.10755700 BTC
Random Selection Loading Transactions
Max Size: 174.17/200 MB

Candidate Block

Mining Attempt 1fb9d19b630eb3881baf412f4a044b13256b0f34e312ee7489f444f8667b7e09
Version 20000000
Previous Block 00000000000000000001f873e39d3bb4b1b1f8f188d03b2d69bf31ecf3df5d44
Merkle Root 594e15bff9602073a60be7d61429e8cd86b658a630b09ac889fe86ec42f15132
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 3,200
Size: 1.00 vMB
Total Fees: 0.03799555 BTC
Feerates: 150.80 > 3.81 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,265 (8,348 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
906,917 906,917 000000000000000000005b9ab1c3a3ca3d825343225c612d5b1bf2af41c5226d 2,571 0.77/1.00 vMB 2
906,916 906,916 0000000000000000000031716fed495f9aa52ebbcfa588ae6128af6b7ab89b23 208 0.07/1.00 vMB 3
906,915 906,915 000000000000000000011eef6a844fa29e38eefb29dd36d9816da104d0be1ab7 502 0.22/1.00 vMB 2
906,914 906,914 00000000000000000001a080e309b87de5adfeae990d309d17cbd42b67087955 1,581 0.73/1.00 vMB 1
906,913 906,913 0000000000000000000000d90bd0a6d178570c7bbb3dfffb6f7a5d5eeb13ceb4 1,093 1.00/1.00 vMB 1
906,912 906,912 00000000000000000001a2ad6971465357c1b0ec5efbc9bec90e32082a5c6f98 2,381 1.00/1.00 vMB 3
906,911 906,911 00000000000000000001b259fa314810179ee4e32fa96bc5aeedb3c9e06c17a7 2,308 0.67/1.00 vMB 2
906,910 906,910 00000000000000000000fd4a34da76dbca8b523da12fedf0571cdc7e8434f0c3 1,375 1.00/1.00 vMB 1
906,909 906,909 00000000000000000001ab2261a1fb9d480c4c664ac67babb44de7a3fce01065 3,453 1.00/1.00 vMB 4
906,908 906,908 00000000000000000001618598265f016e4b5ec951f6bc88e558ed4518016749 1,471 1.00/1.00 vMB 1
906,907 906,907 00000000000000000000b122f3e368ccc4c9a1d0e78067fa182f606d05b568e2 2,214 1.00/1.00 vMB 2
906,906 906,906 000000000000000000008097b41b9280eedf467a74106d32aad7aeb2bb487579 3,016 1.00/1.00 vMB 4
906,905 906,905 00000000000000000001950bf998d8689f6ee9f40fc8d8bb9dc250c7e40dbd8e 2,438 1.00/1.00 vMB 3
906,904 906,904 00000000000000000000f9afc40b8d5d67597a0e35975c4bc190429ab69c6899 2,327 1.00/1.00 vMB 2
906,903 906,903 00000000000000000000be72744f4a65b006783af3c79fc0d859c20ca4f32103 955 0.28/1.00 vMB 2
906,902 906,902 000000000000000000016d81f6880ecdaa2cc415496c42cd84dda5c9117f24c4 851 1.00/1.00 vMB 0
906,901 906,901 0000000000000000000039840d9ac303b3deeeb6d2171cfb1b6899f329854e90 2,725 0.87/1.00 vMB 3
906,900 906,900 00000000000000000000351a3238c9e5d13b3d78c26eb3b8357f9aa57e6a5aca 195 0.06/1.00 vMB 2
906,899 906,899 00000000000000000002218bad4ca8e0c1d6289060cb5a282b5f99c1c9a06ce4 3,389 1.00/1.00 vMB 1
906,898 906,898 000000000000000000016d85a0f3138fa0bf45c38a7deb38946e00559b0bee73 531 0.27/1.00 vMB 2
906,897 906,897 00000000000000000002335214d5d5c6c984aabe8d59db317b0633e1be726634 1,254 0.47/1.00 vMB 2
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.69 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.