Loading Tool

Explorer IconExplorer

Memory Pool

41,323 transactions
26.64 vMB
0.06218566 BTC
Random Selection Loading Transactions
Max Size: 139.17/200 MB

Candidate Block

Mining Attempt fb287517292211d6189d140fb9bcbdc69d9ab724c6f2b81f2d2e6c574766ac43
Version 20000000
Previous Block 000000000000000000002e6c125769ab28179d8d5f06e690be3e70d4bdd9ba39
Merkle Root 57e15a1aa7de8d199dfe2c2a67f300b49f125a0bd0c1562dd33d94d2a3b619a9
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,005
Size: 1.00 vMB
Total Fees: 0.01302365 BTC
Feerates: 50.62 > 1.31 > 0.28 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,904 (296,048 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
618,856 618,856 0000000000000000000456ec9b29e42fb98e43e746b55c388e9e2e8dbe953583 2,926 1.00/1.00 vMB 9
618,855 618,855 00000000000000000003fc57a9fac2a288e51e4d00f6704271d792608b14bcb5 3,762 1.00/1.00 vMB 28
618,854 618,854 0000000000000000000babdf1b1e983e3c61ddccb215c6ed50767348fb0d5aa2 2,870 1.00/1.00 vMB 5
618,853 618,853 0000000000000000000e653a40a6612e011b544296261207e08a1ed3642bf5bf 1 0.00/1.00 vMB 0
618,852 618,852 0000000000000000000a857edc0d576e2f22c5fdbe7f136f2f4ca330caee819c 3,267 1.00/1.00 vMB 20
618,851 618,851 00000000000000000002fc71ce48370f3aab51f829224249e652fb0af1d6c7aa 3,698 1.00/1.00 vMB 28
618,850 618,850 0000000000000000000ffc73514e1370eb11dd7343c69c7711dfd8937deef8e1 2,184 0.68/1.00 vMB 17
618,849 618,849 00000000000000000008e47c4ca81ee5a34dc76b10b1a06fbc5e0302e7168bea 1,311 0.42/1.00 vMB 20
618,848 618,848 0000000000000000000db8acf448d64e30b0f5a3f30518224e9141d84a0e412b 2,084 0.65/1.00 vMB 15
618,847 618,847 000000000000000000106fca8ca5247a16144c74b7584fe02e62b25f276d27d6 766 0.35/1.00 vMB 15
618,846 618,846 0000000000000000001153cf7812b1a7a08f3423d660486228ce2963f40c4fd1 2,367 0.92/1.00 vMB 7
618,845 618,845 00000000000000000003fcfaa3ebc52d51aaf693795bd9d1c2a7c1f76be11c13 3,065 1.00/1.00 vMB 30
618,844 618,844 000000000000000000088c2601283e3c866508ee77daa125427285f50a8cd642 2,662 0.75/1.00 vMB 20
618,843 618,843 0000000000000000000337ef5d83f028a7670a0e82e87c0dd182818dac00da27 741 0.29/1.00 vMB 7
618,842 618,842 000000000000000000036681fd15b4b53dfbbc287ea2f7ac6207d4b877759151 810 1.00/1.00 vMB 3
618,841 618,841 000000000000000000076843075df05dd417bf660a19b0174e0ef875d474e962 1,867 1.00/1.00 vMB 10
618,840 618,840 00000000000000000009fcbda03b6f1235e721f5e602d3c2c8d9ad1909ae3451 1,309 1.00/1.00 vMB 7
618,839 618,839 000000000000000000117f11dc4ff93c306f15077bb2a68593575e1740749a3a 3,014 1.00/1.00 vMB 7
618,838 618,838 0000000000000000000ea2a37cf7dd8a2c0a680b9d72be7cd2ae6546f1fd499f 3,560 1.00/1.00 vMB 21
618,837 618,837 0000000000000000000206f62216747ab989d6099de35ba0ff90b0659d256b86 2,270 1.00/1.00 vMB 5
618,836 618,836 00000000000000000000f8ab0f56bc206b33fde907facd1b89ab94bc278b9168 2,522 1.00/1.00 vMB 14
Previous 10 blocks ↓
Total Size: 782.22 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: 654.70 GB
    • Received: 14.16 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.