Loading Tool

Explorer IconExplorer

Memory Pool

81,318 transactions
29.89 vMB
0.07743180 BTC
Random Selection Loading Transactions
Max Size: 180.48/200 MB

Candidate Block

Mining Attempt abd0039a1983f50b64b7d09d22d090d627c9c37bb464e66dd8c4a108e575b880
Version 20000000
Previous Block 00000000000000000000464e2d0f1dac18ae3b19a2e10ef58f800593d8794f58
Merkle Root 879bcf83ab39e85df748c4417c482c787cf422e383e5b46bbe43e827c573ae26
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 5,864
Size: 1.00 vMB
Total Fees: 0.01642437 BTC
Feerates: 151.12 > 1.65 > 0.27 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,966 (253,986 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,980 660,980 0000000000000000000cea991df653c2ff65a3e81e91dec67fe8d5b8555a9f43 1,840 1.00/1.00 vMB 45
660,979 660,979 0000000000000000000e57eea696486317ee6fdbb2b3c19655f1599fb98e1c15 2,369 1.00/1.00 vMB 75
660,978 660,978 0000000000000000000190cb8ef3e462ef6ef89bdd85bb2007c757aebbda6b23 2,232 1.00/1.00 vMB 36
660,977 660,977 00000000000000000002ea6c929dd8a9e46b5341421809a1b704f004d8d4951f 2,350 1.00/1.00 vMB 69
660,976 660,976 0000000000000000000c4392e86fda8345b7e6bafb38f51050a2d0d1d0889fe7 2,454 1.00/1.00 vMB 61
660,975 660,975 00000000000000000000876cdc16eb0af3ebb9a96d15dcbbb70725995fb3be2f 2,756 1.00/1.00 vMB 24
660,974 660,974 000000000000000000054deb160e8077f54f780872cc416f43c9f4bfbb1d7ed1 2,946 1.00/1.00 vMB 23
660,973 660,973 00000000000000000009bd29432650402360225a873c90562f5af661a368bf0c 2,155 1.00/1.00 vMB 27
660,972 660,972 000000000000000000015f78f8622a788b72a90e1513a160e2963ed99d276c91 2,222 1.00/1.00 vMB 70
660,971 660,971 0000000000000000000184b91fee41c7903f8a96addc1cc0807b470c94a50c8b 1,421 1.00/1.00 vMB 43
660,970 660,970 00000000000000000000f9e028648dc2b9022b6023e2507ba239c06d418ac150 1,629 1.00/1.00 vMB 32
660,969 660,969 000000000000000000043fe4d7a65d0ad1d68c05a7f86dd29a1b631afb31f05e 2,225 1.00/1.00 vMB 29
660,968 660,968 00000000000000000001273cf8e4a0d978c0e5d2c0b80ba7b850f101bcdbe358 2,442 1.00/1.00 vMB 80
660,967 660,967 00000000000000000009b77d34cddeca1c5b9f829125093d066be4c0b0b0458d 1,560 1.00/1.00 vMB 91
660,966 660,966 000000000000000000012511250582f44aeb8f8bdb60762b12912190dac670fb 2,805 1.00/1.00 vMB 45
660,965 660,965 00000000000000000001ca000e55232f00267f3c391a838aeb0d5032339652db 1,643 1.00/1.00 vMB 71
660,964 660,964 00000000000000000008f31495d3cd40cbcacbf3cd897c1928eb031dca9c5b0d 2,756 1.00/1.00 vMB 81
660,963 660,963 00000000000000000009309e6942123d77fa956e2dd852eb668c3cd78f28708a 3,189 1.00/1.00 vMB 39
660,962 660,962 000000000000000000039c23f0bd5bfce5d32976d093aee727427550a9ffd9fb 2,713 1.00/1.00 vMB 73
660,961 660,961 000000000000000000065e84f7ae5999b201b36947a2295b89a31838b29c4057 1,674 1.00/1.00 vMB 98
660,960 660,960 00000000000000000002de8db3218a441c33217555453e545e20ead1b825fa5f 1,653 1.00/1.00 vMB 29
Previous 10 blocks ↓
Total Size: 782.33 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: 660.38 GB
    • Received: 14.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.