Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

6,815 transactions (1.92 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,361 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 4,134 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,360 (194,359 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
717,001 717,001 00000000000000000003d03aab20439e69f319e847f101ccd8a7cfbef9473561 0.00 MB 1 0
717,000 717,000 00000000000000000009396fbe5531a11f90bae421aa1621def645e0fe5e4e1b 1.79 MB 644 2
716,999 716,999 000000000000000000083c6390157a09662172108c9788203a095d5a0c9eb50c 1.58 MB 3,220 11
716,998 716,998 000000000000000000055e160da38f946861167b1732471eb271e5ed56c88f49 1.81 MB 855 3
716,997 716,997 00000000000000000005f9dee951395b94ce7cb3409426ac30b8783a8cb16083 1.60 MB 2,940 10
716,996 716,996 000000000000000000026acde9b578d316a771d170db25d75349fa491feec8dc 1.72 MB 1,420 5
716,995 716,995 00000000000000000004f28e810e1bc253b259a4194b6f3d48700d4a1b8beb40 1.75 MB 707 3
716,994 716,994 00000000000000000004af90fcdbda1c9c245bdea35fdf38390d95ff834c0b6f 1.81 MB 542 3
716,993 716,993 00000000000000000008b5fbb889370d0731b4bca7ecea137ab015a822b92333 1.47 MB 802 2
716,992 716,992 000000000000000000003bb875d9b41558d14a43b782a0291ae474aebfae6a06 1.38 MB 2,422 12
716,991 716,991 00000000000000000004dfd1c87bde987aa8bbe34d7aaa7dd8dad625f3f85769 1.04 MB 268 2
716,990 716,990 00000000000000000009d1b7a393b66bc5ff2028eae8b188654405709e255b17 1.56 MB 2,995 12
716,989 716,989 00000000000000000001e6b568d84efa7619babea073fecb4abbf41c5c7c2a49 1.54 MB 2,310 13
716,988 716,988 00000000000000000001701a31de857d9526271951c531048084c210133c128a 0.87 MB 1,149 3
716,987 716,987 000000000000000000087458d3a4afee58ea3f94c1ff07d998d2ff970fec1820 1.51 MB 2,828 2
716,986 716,986 00000000000000000008ae9cda5db1649e3539cad7e966c537e5362956e38c19 1.49 MB 2,910 15
716,985 716,985 000000000000000000012d4ca55e70ff7b73f4d91ce7f0cb79b5c1310085ba0f 1.46 MB 2,465 6
716,984 716,984 000000000000000000035647049fa2e4b117e188e54004c776dd27ddf2092d55 1.47 MB 3,169 18
716,983 716,983 00000000000000000008588461bd7697372548f58ae8b2f07cc933d7c78895fe 0.04 MB 47 4
716,982 716,982 0000000000000000000aae9cedb7ef68d52491d5993ce7e0adec37f48dba5a1a 0.80 MB 958 4
716,981 716,981 000000000000000000044c90643deca134f3d868f65b71629b05fa667142a21d 1.28 MB 1,605 4
Previous 10 blocks ↓
Total Size: 775.91 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,401.53 GB sent, 128.39 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.