Loading Tool

Explorer IconExplorer

Memory Pool

48,095 transactions
29.38 vMB
0.08324880 BTC
Random Selection Loading Transactions
Max Size: 156.59/200 MB

Candidate Block

Mining Attempt f70ae5d73719f4fa190433886d08e98a410d16357cd8fabb6e3a895441bb8746
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root 48f7403a2f09b232bd7dbc8aa32e5fda1d834a806f135469f7e5a9290f6dc84c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,499
Size: 1.00 vMB
Total Fees: 0.02400536 BTC
Feerates: 105.02 > 2.41 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (247,810 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
667,036 667,036 0000000000000000000bdc3aeccba08f09db813cc86819c9a77f9bae69413e76 1,423 1.00/1.00 vMB 98
667,035 667,035 0000000000000000000a4526d1d8bdf679ba1a6dfe12192bf4a81c04193d4621 2,038 1.00/1.00 vMB 121
667,034 667,034 000000000000000000029ce801aba0474f571370c0f12808bae6501cf9ca1cec 1,861 1.00/1.00 vMB 99
667,033 667,033 0000000000000000000bb44359edcda9114b1fd6d77479e65cd87bc66182b6a3 1,186 1.00/1.00 vMB 116
667,032 667,032 0000000000000000000b55e440111af2d85badaa8271f08b4485ae0bd7508d05 1,778 1.00/1.00 vMB 114
667,031 667,031 000000000000000000035087ee2b14c5d259d897332eec9746f5c8ec9bf3c3bd 2,004 1.00/1.00 vMB 89
667,030 667,030 000000000000000000087b8f6eed22ba31eec988dd7051cd8701aeb61b12f271 2,128 1.00/1.00 vMB 109
667,029 667,029 00000000000000000001882e0abc655718e3feaafe1cc6394dac3e4f1ff4d40b 2,808 1.00/1.00 vMB 109
667,028 667,028 00000000000000000001a67bcda1c86edc77e3cfbc6a18974a8b3f2838ad676f 3,229 1.00/1.00 vMB 111
667,027 667,027 0000000000000000000b637431cb96a3e8b14462924c98b54ddc997559398bc8 2,513 1.00/1.00 vMB 126
667,026 667,026 0000000000000000000736c463b28c384810861e2a398170fc829d2f942354c6 2,954 1.00/1.00 vMB 105
667,025 667,025 00000000000000000002c902a5028052e7a6974119d0b57f98e2e551be5d92b7 1,344 1.00/1.00 vMB 94
667,024 667,024 00000000000000000009a3bc145571e5accdb7576c1437116d6218285b4a8856 2,454 1.00/1.00 vMB 73
667,023 667,023 00000000000000000009dfa5da38b9d9482781b7e6dfebfc6b05ce1d208e2240 2,546 1.00/1.00 vMB 90
667,022 667,022 000000000000000000088e5e663ce4e1376fb47252b3d40e43ae7f2d99eb7b14 2,699 1.00/1.00 vMB 96
667,021 667,021 0000000000000000000554929b9d4f557cb566409731997c6a994faad8f75c48 2,931 1.00/1.00 vMB 113
667,020 667,020 0000000000000000000b56421eb6e138e064be37b3831aaf3196f6c7686433be 2,305 1.00/1.00 vMB 81
667,019 667,019 00000000000000000003d67793a84f1644fe55adb7bb7e8a0a8abd453ba096f8 2,825 1.00/1.00 vMB 67
667,018 667,018 0000000000000000000ab4f224f526660c03b330995adc738ef3deca26e8ed62 926 1.00/1.00 vMB 88
667,017 667,017 0000000000000000000369e75f662b615673f2f965197d8275b860d34b4ce03b 1,538 1.00/1.00 vMB 91
667,016 667,016 00000000000000000000495d59a4d09fe02900b92ce2ff0a8f405a7800b29040 2,322 1.00/1.00 vMB 78
Previous 10 blocks ↓
Total Size: 782.12 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: 652.06 GB
    • Received: 13.71 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.