Loading Tool

Explorer IconExplorer

Memory Pool

23,887 transactions
5.02 vMB
0.01417841 BTC
  • 1 sats/vbyte = 8 blocks ()
  • 2 sats/vbyte = 2 blocks ()
Random Selection Loading Transactions
Max Size: 38.47/200 MB

Candidate Block

Mining Attempt 5bea1b9516c87d4e210311b4edd69427a11825167baad08621b343c59aa311e1
Version 20000000
Previous Block 000000000000000000013e545cc56f6c73189fa728c86c27cdc03fc73b70599a
Merkle Root b70b3d4de54e432d0851ffa986b82eb40a8194e4442a5fd342701b89ee72013c
Time ( ago)
Target 000000000000000000022b910000000000000000000000000000000000000000
Nonce 0
Transactions: 170
Size: 0.05 vMB
Total Fees: 0.00109972 BTC
Avg Feerate: 2.23 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 913,125 (760,051 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
153,074 153,074 0000000000000b28aedd775263a8032a8d5a1b2c9dfadbfe461a08238f1dc527 0.02 MB 61 146
153,073 153,073 00000000000006e204353622d97102dabd682b2642a6b79311cec6bde97c9d52 0.01 MB 21 38
153,072 153,072 00000000000004c970d428de8cb6f3bacfdd1face3f5b781f3c51c850c99bfd2 0.01 MB 19 144
153,071 153,071 0000000000000a90758455b8dc5f93e2f2e492342e3f14df0f238ed3702064a0 0.04 MB 123 106
153,070 153,070 0000000000000b79e80e59ec8d334730988b65e7437138446b6763bc10145363 0.02 MB 43 37
153,069 153,069 00000000000002de832c7e2b9fe37117f39026301d685dc37a2cf4b9f1cb5f5c 0.00 MB 5 145
153,068 153,068 0000000000000da055653c68f23665120315f0ceb89236a63b4f27e051128361 0.02 MB 48 148
153,067 153,067 000000000000010d8e7ad619f7f09bd88c9daf9fdf364d13b240f7bbf7260da7 0.01 MB 21 78
153,066 153,066 00000000000009a319af1b51dfeb78b3f168c001de2d22d45fc5bff87d1a0df6 0.02 MB 66 125
153,065 153,065 00000000000006847eaf554582a153188b803160ddbaa914567235b875f61b12 0.02 MB 47 165
153,064 153,064 0000000000000298ea4482738deb6f716cfbde3b5f3e807eab3e1d02dc8f86f2 0.01 MB 17 221
153,063 153,063 0000000000000aa67843b1ea61be2da7dab33d30a56daff116fe31c6708b1754 0.00 MB 1 0
153,062 153,062 0000000000000a329c34a8b6be8dc5a4d46300bea134d082d2aa8773e28a3a13 0.02 MB 81 54
153,061 153,061 00000000000009c028309f8d2b50270fc1a6ad9dcbe5d46e8ff788a2bd67ca49 0.00 MB 4 52
153,060 153,060 000000000000088cb707a9fb3014ef71ea96ea41152e1e8b48b878a0cb98bcad 0.01 MB 16 323
153,059 153,059 0000000000000513df95423e4889bb867a3cc4d5c3020bd05c96d3ca53712b9f 0.01 MB 49 161
153,058 153,058 0000000000000b4f7f867374450690eec5136cad783530b28d76595d8b75bb28 0.00 MB 3 193
153,057 153,057 00000000000004d83e42d557616eb7b85b51f5e5ee1fe8dd541149281d8ae4d6 0.05 MB 133 62
153,056 153,056 0000000000000aa83f254554f308a1fa211fb75f4e796bc5fdbdedb675a556f4 0.03 MB 112 209
153,055 153,055 0000000000000db9d59fdb8677d1d2bf6d86960930a65e43ef6edcd2f580bd4c 0.00 MB 8 398
153,054 153,054 0000000000000373f0cfa8db95008e85549564f7a30b4947e6fa5216c79e542e 0.00 MB 10 21
Previous 10 blocks ↓
Total Size: 779.07 GB

Node Details:

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 290000
  • Subversion: /Satoshi:29.0.0/
  • Connections:
    • Incoming: 75
    • Outgoing: 10
  • Data Transfer:
    • Sent: 121.17 GB
    • Received: 0.53 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.