Loading Tool

Explorer IconExplorer

Memory Pool

87,995 transactions
27.12 vMB
0.18691295 BTC
Random Selection Loading Transactions
Max Size: 170.31/200 MB

Candidate Block

Mining Attempt 30ec6e69cb95f7201c6b655afcc4f503cdd0f7c66d2853338991d39680ef70de
Version 20000000
Previous Block 000000000000000000009c45c809cf8ca230f740617a448d800f8489917ad16e
Merkle Root 6f077aaa1b48e5b8b96d6b01d06176f48bdb2f12b42114c733513f1e6c13b7fc
Time (UTC) ( ago)
Target 00000000000000000001fa380000000000000000000000000000000000000000
Nonce 0
Transactions: 4,311
Size: 1.00 vMB
Total Fees: 0.05475599 BTC
Feerates: 318.30 > 5.49 > 1.09 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 915,653 (791,451 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
124,202 124,202 0000000000002e61a882e258c1091d0fcf0a141135a2f2d4174a15c4a8e0e39c 13 0.00/1.00 vMB 783
124,201 124,201 00000000000065bf3c51ab27fd2a8379654cb00e0abf6b54a546bbb5f69e8a08 9 0.00/1.00 vMB 616
124,200 124,200 000000000000274320eb952073f4f1db434f1d6b6b63070700bfd45189caadb0 10 0.00/1.00 vMB 0
124,199 124,199 00000000000027e548b30d59b81ca30233f83a78eb97d4b4bb6cee9637c7f459 35 0.10/1.00 vMB 1,113
124,198 124,198 0000000000001929dd23617849afc49f60968be8e4072d8fabd2e54c2826e91c 8 0.00/1.00 vMB 0
124,197 124,197 0000000000003a5039ed01e32aec6ed7b1fd830138a3518b78beb59bb3047deb 29 0.01/1.00 vMB 507
124,196 124,196 00000000000060fd01b122e20911e40b7e518684356e8b0298ac3142b756a6f8 10 0.00/1.00 vMB 563
124,195 124,195 00000000000002aaa5289cfbb60ef4202715396d5e1ff60399d2243d450a7b1e 50 0.02/1.00 vMB 2,496
124,194 124,194 0000000000003f945c239679e9f8259433bdd39d65c9791aa304da0f9d1649ef 10 0.00/1.00 vMB 1,234
124,193 124,193 00000000000032f3ff1cce1564e04dea8e4e99448ab95ce082e6cd7178cc70d6 11 0.01/1.00 vMB 931
124,192 124,192 00000000000005a07815d39ecba797ecce4227273ae290f8e19da10a59918a80 82 0.03/1.00 vMB 1,224
124,191 124,191 00000000000041b1cb36236b8fcc45ce467d382ae40c31c434405c173e4eb7dc 25 0.01/1.00 vMB 422
124,190 124,190 000000000000205ea920e0edcd2209f9a61861fdb11ace204f3f92ee40868990 11 0.01/1.00 vMB 363
124,189 124,189 00000000000020366b30bd6dabd970a3babd2e2737cb9bad29bfefb753b5004c 10 0.00/1.00 vMB 809
124,188 124,188 0000000000000d53320a1e1d4324dcc4841b5f75dca1ef334ef091605ca1647e 78 0.02/1.00 vMB 863
124,187 124,187 000000000000069340190b41e41a204c7f685284065efbc14db51e7219a92c40 26 0.01/1.00 vMB 828
124,186 124,186 0000000000000542d49e7e1f669a0c375503cda06f98f3c90fc2771f73eee59d 8 0.00/1.00 vMB 3,039
124,185 124,185 0000000000005373b6a018e02ac1ae3dbcab2583f68c92971638af5f95874320 19 0.01/1.00 vMB 582
124,184 124,184 00000000000033b1735479be62f9e499199868cdc3fe8c0e38b77aaee39b41ec 16 0.00/1.00 vMB 1,723
124,183 124,183 0000000000004ae573d942e519bd36ca6293c10c2fae838a6880b14444e051cb 41 0.02/1.00 vMB 1,046
124,182 124,182 00000000000022533533bc1345d1dedc6b980a6bc4f9cca70c4956013846463d 20 0.01/1.00 vMB 1,489
Previous 10 blocks ↓
Total Size: 783.52 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: 773.33 GB
    • Received: 20.52 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.