Loading Tool

Explorer IconExplorer

Memory Pool

82,192 transactions
31.11 vMB
0.09950878 BTC
Random Selection Loading Transactions
Max Size: 189.46/200 MB

Candidate Block

Mining Attempt 8e9015e88bcdaacd92c152a6b35433218ec76eccaf347acf90b7ed40414e3f57
Version 20000000
Previous Block 00000000000000000000d54ae1f901c1782dfc3a366574883d3ffd6b49db3d43
Merkle Root 97a18c9b0ae327c0ea4f06f21244455f76476505a643e9f8c66e756ead1301a9
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,988
Size: 1.00 vMB
Total Fees: 0.02515849 BTC
Feerates: 151.12 > 2.52 > 0.96 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,384 (6,673 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
908,711 908,711 00000000000000000001973110d74282fcb108d30f299c556bea120efc4095f4 3,951 1.00/1.00 vMB 6
908,710 908,710 00000000000000000000f4402e53675bf46d149a027561d62c70eaccab7f2f8b 3,048 1.00/1.00 vMB 3
908,709 908,709 00000000000000000000a5b8ba80af9217b7272ac2e1306ad31f10fdd4913ed2 700 0.26/1.00 vMB 2
908,708 908,708 00000000000000000001b9617b35bcf3e987ab1e45f0e50c25a836f062c8d0a5 4,926 1.00/1.00 vMB 0
908,707 908,707 000000000000000000000fc7d86da0bc4524c3c5001dabfefce5e90891bb55f8 1,623 0.46/1.00 vMB 3
908,706 908,706 00000000000000000001f9b3ad5d3e72834fd41a3da430441840416259adc23c 1,321 0.46/1.00 vMB 1
908,705 908,705 000000000000000000012265cc7490482a78e79eac60278f74884357fb8bc260 2,875 1.00/1.00 vMB 2
908,704 908,704 0000000000000000000076f2ee5bd94db18f03bb7225a874176cfe5947c9c0f4 2,826 1.00/1.00 vMB 1
908,703 908,703 0000000000000000000111dcb9c48b065bf0c8d3c853d3a78a4e40490a72f644 1,252 1.00/1.00 vMB 1
908,702 908,702 00000000000000000000c2a6bb96de6c595c0fdebddbd54f5376f2379a25af63 1,509 1.00/1.00 vMB 1
908,701 908,701 0000000000000000000095d96f6bca7f578c1351b69d375d2eb3391152857e86 2,736 1.00/1.00 vMB 3
908,700 908,700 000000000000000000004927c2b5681b2b78fc81ff50c89c33fe33cd1589640d 3,397 1.00/1.00 vMB 2
908,699 908,699 000000000000000000008daad5d18af171608e5c4deab19a6ec66fd597d19e06 3,606 1.00/1.00 vMB 3
908,698 908,698 00000000000000000001c8354c48eb1c5546e10f8d90f42e05ac37cf740ac89e 3,103 1.00/1.00 vMB 3
908,697 908,697 000000000000000000007802c7d0b12addbfa4f7e2f5fb1e5c15773f5478f0dd 3,173 1.00/1.00 vMB 3
908,696 908,696 00000000000000000000da90317eb0eaa797f3f6537d75a85e2bbdf7d135b9f8 3,590 1.00/1.00 vMB 1
908,695 908,695 00000000000000000000060b2133e3bb08d278608123324a38f58b07e231c854 2,921 1.00/1.00 vMB 2
908,694 908,694 00000000000000000000f42eb436bcd38d358d930f6d662ee1c144d353a931ed 2,613 1.00/1.00 vMB 3
908,693 908,693 00000000000000000001ec649f41576af9e6d54ba5198e3968f8b337fd70a41c 3,010 1.00/1.00 vMB 4
908,692 908,692 00000000000000000001694497b924e54f03667acb9e239ab2885bc41c867dd8 3,739 1.00/1.00 vMB 5
908,691 908,691 00000000000000000001d02962dcf0e667d7ee2feea71932f21c3c10b777eba2 1,901 1.00/1.00 vMB 2
Previous 10 blocks ↓
Total Size: 783.06 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: 720.64 GB
    • Received: 18.23 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.