Loading Tool

Explorer IconExplorer

Memory Pool

50,412 transactions
30.25 vMB
0.14122013 BTC
Random Selection Loading Transactions
Max Size: 161.43/200 MB

Candidate Block

Mining Attempt 48f12395b0a94ea949aa9123254320a880a85b36db686bc5fe0a9ce8abcb516f
Version 20000000
Previous Block 00000000000000000000fa1de6e1fc1d536a298f2492f84a2a1e53e2ecb068fe
Merkle Root d8e8e1850b254a7526934a89426296dcd03eb9a48cc6d9fa5c0be0d79405220c
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 3,271
Size: 1.00 vMB
Total Fees: 0.07128812 BTC
Feerates: 529.61 > 7.14 > 0.33 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,846 (641,870 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
272,976 272,976 0000000000000001e545d1cd7adca85330f7df32c0b9d7bc23becaae9df4528e 634 0.26/1.00 vMB 48
272,975 272,975 000000000000000395d182bcf6aea6c74dc3f29a67567185106ca4a189d344e5 390 0.20/1.00 vMB 46
272,974 272,974 000000000000000198d6e8b4a8f676fa90b1ef891e99e5986c63891a99e94a1d 172 0.15/1.00 vMB 16
272,973 272,973 00000000000000029335312f74840e0314bbc2c0ee81ff8bcaf6476f6904328d 663 0.25/1.00 vMB 69
272,972 272,972 0000000000000001859b3f6b6b8100ddae110a5c1ead968876fd3e8f782bfe09 681 0.25/1.00 vMB 74
272,971 272,971 0000000000000005885c269a8e9871d89fd945dadd7c4d4427326c3ac3652633 36 0.02/1.00 vMB 139
272,970 272,970 0000000000000000a1b9c60403b0cc8d66f4d9e004c1e36d4a3adb4e14288c87 244 0.14/1.00 vMB 36
272,969 272,969 00000000000000027430723ac0b09b3f18070ba5cfca907d6c38f8a11460f7b3 438 0.20/1.00 vMB 66
272,968 272,968 000000000000000528b0f8d07a9b6c054b9b72b90e8e3c434cf7a80cbb84f8b9 346 0.16/1.00 vMB 83
272,967 272,967 0000000000000004d4c2932c1d54e742da8e4f8de03a18ade4a9e6771a5d28f6 453 0.26/1.00 vMB 43
272,966 272,966 0000000000000001f7facd4e886f82374f026ee42df9b6b9fa4893ec8de5f054 470 0.26/1.00 vMB 50
272,965 272,965 00000000000000011e78847a0f48ef008354c83765814466a65d3a60842a7218 408 0.19/1.00 vMB 45
272,964 272,964 00000000000000014b0ecad5a0d4df02bd31ec80af2b7fc3fd2d63775539dbac 436 0.21/1.00 vMB 66
272,963 272,963 00000000000000051e3c909c658d94efa3aaca098898d1f96aca6726c7922a3c 419 0.25/1.00 vMB 27
272,962 272,962 0000000000000004907cdcced3bcd5646a458fe4b3f7a0f524f1927e31515288 735 0.35/1.00 vMB 56
272,961 272,961 00000000000000057a3bbcf7c9a1034ae1067c987d77f151e30c49c835460ea0 304 0.25/1.00 vMB 31
272,960 272,960 00000000000000056710c35f1cbe485275beb0e3c855aff3bcaae0245b9fcfa0 418 0.17/1.00 vMB 44
272,959 272,959 0000000000000004c4d2263b5797d190523cbdfe5d16df05c2b471cd9617b902 397 0.37/1.00 vMB 21
272,958 272,958 00000000000000000df911554881a518a0d1a0f4adeafb6b2e1136866c9a67b3 592 0.25/1.00 vMB 39
272,957 272,957 0000000000000002aceaba1eaa679e1f86adfc31127d81014a8b1f6813157b82 538 0.25/1.00 vMB 58
272,956 272,956 00000000000000047c906811a1907b35e641050b3ac900cbeec56af77c624dcb 743 0.25/1.00 vMB 93
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.09 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.