Loading Tool

Explorer IconExplorer

Memory Pool

52,751 transactions
29.26 vMB
0.09573560 BTC
Random Selection Loading Transactions
Max Size: 156.26/200 MB

Candidate Block

Mining Attempt 0d439a088c05b25f540ace78dfd9767f38bdb499c346aa9de54f34fa39df6745
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root a17a96485a01b75bae7907347dcced929c12922e4c52bf2e5a1598e3035267cc
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,446
Size: 1.00 vMB
Total Fees: 0.03370364 BTC
Feerates: 100.66 > 3.38 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (253,956 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
660,986 660,986 00000000000000000008d15a45a80e66bd1fadb2f006153f872db16aeeb38bc6 1,960 1.00/1.00 vMB 18
660,985 660,985 00000000000000000003dfda789530a6b7cf3e7098f9b0dec2ae240caf3f9e87 2,438 1.00/1.00 vMB 51
660,984 660,984 0000000000000000000e5e82a34b802e6cd7645fda6b8df9ced1b948b9707f4c 2,992 1.00/1.00 vMB 24
660,983 660,983 0000000000000000000480f851ab5707594239d5cd0193251c40ceaa5376dd63 1,897 1.00/1.00 vMB 29
660,982 660,982 000000000000000000021ec6656533deeb289cc90db2781dcd12e34f2ce47d29 2,260 1.00/1.00 vMB 71
660,981 660,981 000000000000000000071fbb09da40d9c02026f0bdd6690d21073b19e2193ec2 2,642 1.00/1.00 vMB 34
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
Previous 10 blocks ↓
Total Size: 782.29 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: 657.06 GB
    • Received: 14.47 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.