Loading Tool

Explorer IconExplorer

Memory Pool

79,401 transactions
30.33 vMB
0.07871795 BTC
Random Selection Loading Transactions
Max Size: 184.73/200 MB

Candidate Block

Mining Attempt c837a3b2a541c41fc39fdea741ff8c4b12983a5392df2067f3427f2d6e8c5a65
Version 20000000
Previous Block 00000000000000000000fba2abb8d490d843f57da6d6a845cd44dde2952f7920
Merkle Root 9938847c660fa96ec1ee06ef547d07509377bfeb1e45bf04e721f12d9a42617c
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 2,829
Size: 1.00 vMB
Total Fees: 0.01065323 BTC
Feerates: 26.09 > 1.07 > 0.32 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,388 (467,429 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
447,959 447,959 0000000000000000005bcbaf44324f8f7be204f38378ad56b503601b0c07399b 111 0.08/1.00 vMB 31
447,958 447,958 000000000000000001b96f13389f797c0b7cd830d17e714c8e751415f9fc5b2f 2,126 1.00/1.00 vMB 74
447,957 447,957 0000000000000000032280a66d53a457b7b28e10898078b22f1a70d94ccecda1 2,212 1.00/1.00 vMB 71
447,956 447,956 000000000000000001f6ffab357e17c878cbff37ac2a89188a85048aa37c280c 1,963 1.00/1.00 vMB 92
447,955 447,955 00000000000000000162bf01e52e0c88fa4f78d446e53874e46729fc41cac210 1,744 1.00/1.00 vMB 86
447,954 447,954 000000000000000000a90812a1d41f1574b535083a91134f99d489f9f06976c2 418 0.27/1.00 vMB 78
447,953 447,953 00000000000000000308ba5c88d6ebe5603f84481936a4cf79bdb2526abcd755 1,429 0.99/1.00 vMB 50
447,952 447,952 00000000000000000028d0f1fdf5c394ba85d4d431b16336de72abad85c0e08f 928 1.00/1.00 vMB 31
447,951 447,951 0000000000000000028b89e9c0b24a0f8056c2c1c0f2eda68a0e7b8350d9a659 2,223 1.00/1.00 vMB 85
447,950 447,950 00000000000000000294d07d41cb875b447d54a327a31346dc6145ce01d9e100 1,682 0.72/1.00 vMB 85
447,949 447,949 0000000000000000031b1b53beecb3ba1abc89e65a2ede3588e7d19b86902f6f 1,043 1.00/1.00 vMB 29
447,948 447,948 0000000000000000026a902b0791ad7852d8bbaf75553ee5b13d15ba175f09fa 2,214 1.00/1.00 vMB 96
447,947 447,947 0000000000000000009967c76459d22a8340da2f59cd93d8892407d974fb83ed 2,259 1.00/1.00 vMB 82
447,946 447,946 00000000000000000097f28dc2e91530b90978f0614ebd989c321fc5c3690420 1,801 1.00/1.00 vMB 65
447,945 447,945 00000000000000000010b2ddfbdc7f776ace1657b42f87a61c0c9cc435910961 1,076 1.00/1.00 vMB 62
447,944 447,944 000000000000000002a84e15f9e05809aafcb67d56edb07092981126351843a3 2,280 1.00/1.00 vMB 78
447,943 447,943 00000000000000000235b2aee15657a29b26990f6cf2aca96ffbfc2b117bc1c2 2,795 1.00/1.00 vMB 99
447,942 447,942 0000000000000000012f65d5a94baf9a027d65e79e7b01f7eabb0a49613db06d 1 0.00/1.00 vMB 0
447,941 447,941 0000000000000000006291ea57be3255f31d04b67b40349a14eca7a24b692b83 951 0.47/1.00 vMB 76
447,940 447,940 000000000000000000ff5f3dff026f0dce49259bcb816aa26f0f3fb66705baae 548 1.00/1.00 vMB 19
447,939 447,939 0000000000000000026b577b5eb46031c00e9c9a7909b6b094ece73212051f42 636 0.27/1.00 vMB 81
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.82 GB
    • Received: 18.27 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.