Loading Tool

Explorer IconExplorer

Memory Pool

46,344 transactions
27.95 vMB
0.07475129 BTC
Random Selection Loading Transactions
Max Size: 147.09/200 MB

Candidate Block

Mining Attempt 3deb11336ddee577bc909dcbc1fa942de216304d070075c8f3bbe6ea55165805
Version 20000000
Previous Block 000000000000000000014dfbe7f39f88da835586e6043c860399950dddc4e4d7
Merkle Root 39f8fdfbf8738f4e8685b1a6a2c2649a68de1290bc3d2e1826c42b5e6690e9a6
Time (UTC) ( ago)
Target 0000000000000000000211ac0000000000000000000000000000000000000000
Nonce 0
Transactions: 2,230
Size: 1.00 vMB
Total Fees: 0.02156447 BTC
Feerates: 100.36 > 2.16 > 0.35 sats/vbyte
Show Transactions Loading Transactions

Blockchain

Blockchain Refreshing
Tip: 914,942 (358,240 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Txs Size Avg Feerate AFR Time (UTC)
556,702 556,702 0000000000000000001f6cb4c5090f17e75411de6fdf9a163cac3b1b16a6d5eb 2,893 1.00/1.00 vMB 32
556,701 556,701 00000000000000000027aef5db80e891d1b1b95f86e3d9b2e9a1d7b8488f4fee 2,414 1.00/1.00 vMB 3
556,700 556,700 0000000000000000000351a4736e6d6f80080f6f735fb1bbb3a9ff9fa64cdba5 1,642 1.00/1.00 vMB 10
556,699 556,699 0000000000000000002fbff185de3ecfa8a07b3a75f88e540f19c7beafb698c0 1,938 1.00/1.00 vMB 8
556,698 556,698 0000000000000000001d853ca32e2fbcfba2ba6d41d0d1a1613a1a0a541237b1 1,758 1.00/1.00 vMB 20
556,697 556,697 0000000000000000002a701c488d1bfa53d0fffbd01c960ba10add3ac275b2f7 2,365 1.00/1.00 vMB 55
556,696 556,696 0000000000000000000d964068ee4dea03266d379b436816935cb2eacca90866 1,644 1.00/1.00 vMB 6
556,695 556,695 0000000000000000000beb62fb06a8a8cd4477c42f60589df753de6c1c8b63f3 2,557 1.00/1.00 vMB 4
556,694 556,694 0000000000000000001fd4521b4b2641ea586458f85ad6635e0b51c600f0186e 1,143 1.00/1.00 vMB 6
556,693 556,693 00000000000000000018dbe0b99c7e240a14967501b869bb8ff7e55743c167ab 1,601 1.00/1.00 vMB 10
556,692 556,692 0000000000000000002f7c52cdee5cc4cf324a04a8dc8dfaa63bf69869fa6db9 1,803 1.00/1.00 vMB 33
556,691 556,691 00000000000000000002d091cad36b77f11b0d94085ddc706f3af6d878dceeae 884 1.00/1.00 vMB 74
556,690 556,690 00000000000000000021e43cff0bbb2b6bb76117f8b8dd228d7129540dd244be 703 1.00/1.00 vMB 66
556,689 556,689 000000000000000000181a25fb77e43d77eeab4e27fdb36e5998ff85161fca08 2,209 1.00/1.00 vMB 14
556,688 556,688 0000000000000000000654ec9c7ce5ff604e90fce1c95567babec60c072ee387 3,023 1.00/1.00 vMB 16
556,687 556,687 000000000000000000031f3f984f23dc4754af36a9f136859630a1ae3cb589ba 1,916 1.00/1.00 vMB 3
556,686 556,686 00000000000000000021474e863bed0a9fa7a8acf5517b43a46ffef8e7179b76 2,967 1.00/1.00 vMB 19
556,685 556,685 00000000000000000026004896af3a49a4c8378e04f9df13c7afea747118cd74 2,921 1.00/1.00 vMB 10
556,684 556,684 0000000000000000000c7bdd757caad3cf58bbad4ea8cd42f35141e5373019b9 21 0.01/1.00 vMB 20
556,683 556,683 0000000000000000000c5246894e63d2d2ef6386e44320e2df678a05a5f584e6 2,803 1.00/1.00 vMB 10
556,682 556,682 00000000000000000018a24b184eb99fb7c859c949d61183c4a1da705e0428db 3,027 1.00/1.00 vMB 9
Previous 10 blocks ↓
Total Size: 782.29 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: 657.04 GB
    • Received: 14.46 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.