Loading Tool

Explorer IconExplorer

Memory Pool

79,887 transactions
29.72 vMB
0.09079877 BTC
Random Selection Loading Transactions
Max Size: 179.52/200 MB

Candidate Block

Mining Attempt cae3e81d12f147686c91313821af2c34e72f0fda20b078ebb944f8385e3dc793
Version 20000000
Previous Block 0000000000000000000134f51554c94e7c4e33ec04070a06b3ca9e0eb5c85a0c
Merkle Root 0680f6a00953c7b2da780c364fca303176058dee0157d43ce04947af105a63a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,791
Size: 1.00 vMB
Total Fees: 0.02690686 BTC
Feerates: 100.11 > 2.70 > 1.00 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,097 (236,942 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
678,155 678,155 0000000000000000000297bd3243ea8918a98d4586bcca97f6541f88789832a5 2,465 1.00/1.00 vMB 39
678,154 678,154 0000000000000000000b7321019d591aa178af5bc87d4332b5672ec413abff5d 1,749 1.00/1.00 vMB 62
678,153 678,153 0000000000000000000637716d7b236c54a6aae21cba80c02434e1c6de41a4e1 2,374 1.00/1.00 vMB 65
678,152 678,152 0000000000000000000387a9a761747303dcaee2a509538779af937883f13ac2 2,564 1.00/1.00 vMB 55
678,151 678,151 000000000000000000094fa1ff473e02efd4fe5c1ca71695f09e041cb63746cd 2,873 1.00/1.00 vMB 44
678,150 678,150 00000000000000000007490abe43d42a734eec4441704d9262e3c7aa73f702b5 1 0.00/1.00 vMB 0
678,149 678,149 000000000000000000022633ce79b3ead35dcf59179a7962327c2250d76f5136 2,641 1.00/1.00 vMB 75
678,148 678,148 00000000000000000006ec0abe44ec95d2a3a244668f4fdd004f8c3804cfd95e 2,564 1.00/1.00 vMB 79
678,147 678,147 000000000000000000035b7aafb3bfc25378b20f50c12c1f3aae1163f5eccb82 2,468 1.00/1.00 vMB 66
678,146 678,146 000000000000000000094b05ff8115e97c0be596cb202b2e3cc9dc4eb0fdb7ad 609 1.00/1.00 vMB 76
678,145 678,145 00000000000000000006ca7759d01d0efdce8fcdfd0bc0ab0bd1fb52cf5c3d31 2,424 1.00/1.00 vMB 89
678,144 678,144 0000000000000000000079709b125c2b7c355368588354cc76f18be36be95a17 1,655 1.00/1.00 vMB 12
678,143 678,143 000000000000000000058aab26b2284addbf61d4f2c7f9636e42130402b8b8a8 2,376 1.00/1.00 vMB 24
678,142 678,142 000000000000000000037b7752c7af59d2ced2ab1cbfd0f4de79276ea35ab6fd 2,267 1.00/1.00 vMB 70
678,141 678,141 000000000000000000074132172db33cfab5f6e1d2c38519e2a9aa8f2ebf999d 2,774 1.00/1.00 vMB 96
678,140 678,140 00000000000000000006012c9597e390745dd2d398b88d6f86261cb98fa4f971 1,790 1.00/1.00 vMB 34
678,139 678,139 000000000000000000022bc6f6f3c6cdbf17d91cd49e3818149ae0621b4cc5cd 1,614 1.00/1.00 vMB 29
678,138 678,138 000000000000000000055b150bc7cf5563105302b4e6ed710f09feac41d70635 2,158 1.00/1.00 vMB 25
678,137 678,137 000000000000000000081765ae22bb350dbe665cf4234c7e7dd57273468b940c 2,866 1.00/1.00 vMB 43
678,136 678,136 00000000000000000007eac4143092f4c1805d4f82a683e960afb0b4edd96d67 2,333 1.00/1.00 vMB 60
678,135 678,135 000000000000000000090a1d08bca9835a31ae6f7cd34d16c378bc8b5a4fb193 2,256 1.00/1.00 vMB 72
Previous 10 blocks ↓
Total Size: 782.56 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: 670.17 GB
    • Received: 15.83 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.