Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

2,242 transactions (0.90 vMB)

Priority:

  • 1 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,600 000000000000000000022b910000000000000000000000000000000000000000 ago 0.90 vMB 2,240 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,599 (10,152 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,447 901,447 000000000000000000011209e2fceed0db6c4579e3027e230e58bf9dd36e9f28 1.53 MB 2,617 4
901,446 901,446 00000000000000000001246a0c15f79c5151e2929c413ab3d571a6fa849c7d65 1.60 MB 3,575 4
901,445 901,445 000000000000000000018ef5a934a857c27fed93277e08b195987466dbd01ae9 1.41 MB 5,704 10
901,444 901,444 00000000000000000002103f849a7a88275ae9969f8dec18ffc583e748d89f9b 0.45 MB 949 2
901,443 901,443 00000000000000000000499d6685270593d251bc65c117857123544ee818272f 0.96 MB 1,916 2
901,442 901,442 00000000000000000000c0f914cba5dc073d17c47232e57619265d59c8d9ecee 1.38 MB 3,047 2
901,441 901,441 00000000000000000001cf3128c39533e3a425aaf7f38f8db0de2b9fe9468d6d 0.67 MB 1,355 2
901,440 901,440 00000000000000000001336ba805ae02f142a69946e5bfc37e2cf276455d076d 0.96 MB 2,057 2
901,439 901,439 00000000000000000001ed4965405d99aa1dc1acc131abf08d77d8fa9673b35b 0.29 MB 677 2
901,438 901,438 000000000000000000000d762aa39d7e84ee8b7d1518ee0fe1a54355d33407ce 0.96 MB 1,087 2
901,437 901,437 00000000000000000000a48968a9087de0a53c7e2aa68f1e995e7b96c7709a9a 0.81 MB 1,343 2
901,436 901,436 00000000000000000001ca9a8294cfc4e2b63163f2f34f2fb86d20ca93f342fa 0.49 MB 1,150 2
901,435 901,435 0000000000000000000086e7c1535f5c2a66cc21c08336a32fd27575b537cb00 1.26 MB 2,498 2
901,434 901,434 0000000000000000000214c2543f83d5c392457f7f274f8cc7c90509d6f40890 0.42 MB 669 2
901,433 901,433 0000000000000000000197b60bda1f35adc7cd4d2adb37b3925e9400c8586ec6 0.73 MB 2,275 2
901,432 901,432 00000000000000000001f9a920414c8c09750780dd8a0317e60e0fc73a766a76 0.75 MB 1,533 2
901,431 901,431 00000000000000000001002338d8a39647a8e895d72a4a3eec2d598de4b8b81f 0.14 MB 343 2
901,430 901,430 000000000000000000013822922fda8d581886443ac36e36ab5acd6b93743b3e 0.82 MB 1,858 2
901,429 901,429 000000000000000000011e7ca83fed77c18b062c84b98a934d59384a7556c5fe 1.04 MB 2,218 3
901,428 901,428 000000000000000000002fea45062de2dcfdec1b4e2bd107a2b61de0bbc214c7 0.36 MB 803 5
901,427 901,427 000000000000000000009607e0dfa4aef9a91971f3c6bcd9ce6e71b3f07c7e3f 1.42 MB 2,150 8
Previous 10 blocks ↓
Total Size: 776.34 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 2,419.29 GB sent, 130.35 GB received

Notes

  • This page updates every 5 seconds.
  • 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.