Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

734 transactions (0.19 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,891 000000000000000000022b910000000000000000000000000000000000000000 0.19 vMB 722 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,890 (293,425 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
618,465 618,465 00000000000000000003aa541e724772ff1d6de5a65e8d31e2117688c9fa516b 1.38 MB 2,429 24
618,464 618,464 000000000000000000113ff92747c4dbc06a9f48f7020909314bca044f7526ab 1.29 MB 2,635 7
618,463 618,463 00000000000000000009f97c4a4e8d4c2b2e49df2809ec6067fcfdc13d6adf54 1.37 MB 3,049 25
618,462 618,462 0000000000000000000be0ddb40bca63a01e99f46d1b7ad320a3ac251f0ce429 0.70 MB 1,727 18
618,461 618,461 0000000000000000000d01eceb3c55902b169695dccda4fbf86e01f7e007f687 0.12 MB 297 20
618,460 618,460 0000000000000000000de2e339f1785b5406734e3989d68aa8a0ca9ddad6e57e 0.02 MB 55 11
618,459 618,459 0000000000000000000a9429b3a6e50622aaccb76ce3b4a1deaabc215f8b32b4 0.50 MB 1,150 19
618,458 618,458 0000000000000000000bb4aef99fca460a498fb508eac89cb6fabed546b029fe 0.07 MB 190 23
618,457 618,457 0000000000000000000f0212f65c9418cd5b28a895442459ef9750c1bc0c599b 0.41 MB 1,067 2
618,456 618,456 0000000000000000000d65cda0ab188ca8754be4db72e51e5bee8d6b0e802f6e 1.25 MB 3,164 10
618,455 618,455 0000000000000000000f677fc4b80a2ec8e6bcdceb6654690969d990a197fda1 1.30 MB 2,735 22
618,454 618,454 000000000000000000055a74968aabca8455af90d72940592101dba20f31e755 1.26 MB 2,319 18
618,453 618,453 0000000000000000000634029170283dea2186342cb903b0874d686ac5538236 1.24 MB 2,431 25
618,452 618,452 000000000000000000116e29b69b67a4bcef33f24bce4569767504c3c90994d9 0.31 MB 758 19
618,451 618,451 00000000000000000004dfd8e03cbf03587d254db9f93406a12ef65a91570c74 0.70 MB 1,237 14
618,450 618,450 0000000000000000000a59163902fd7e3bd58810288590e36a19528e38eabc0d 1.10 MB 1,018 15
618,449 618,449 0000000000000000000a7d527185beda404d4eef37ca54ae74e0e70f589a00d5 0.02 MB 46 18
618,448 618,448 00000000000000000009cde7141098056aa2b5d6b9ec23dd009f890b7d0ec2dc 1.17 MB 2,903 19
618,447 618,447 00000000000000000011f7a85b4474ab39a143226210c395de089556c50ea6f8 0.63 MB 1,163 19
618,446 618,446 00000000000000000011865d0db3f49fd41138ffcaf336244141e0c9bf11955b 0.71 MB 1,576 15
618,445 618,445 00000000000000000010eefde70bca1b1d105409e4baca8114cb5bfb896f3357 1.28 MB 2,928 9
Previous 10 blocks ↓
Total Size: 776.88 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,477.32 GB sent, 132.90 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.