Loading Tool

Explorer IconExplorer

Memory Pool Memory Pool Refreshing

8,589 transactions (3.58 vMB)

Priority:

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

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
911,792 000000000000000000022b910000000000000000000000000000000000000000 ago 1.00 vMB 3,751 5
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 911,791 (28,209 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
883,582 883,582 00000000000000000001f1c5e34ffcdb1ac4469c5ba24c5db65212998f46e05d 1.90 MB 2,118 3
883,581 883,581 00000000000000000001adc9ac7d0adc5196fc7e01b711a0a9baa810ecb6d2b6 1.94 MB 1,498 2
883,580 883,580 000000000000000000017fc45eddc3ad8be5fc6f575b33e5e14e1e9ac170d05f 2.00 MB 616 1
883,579 883,579 00000000000000000000e3122c25235d464a686cb963a1b99f0aa95facbb1ddb 1.65 MB 3,536 4
883,578 883,578 00000000000000000000239ed7a801218e3fb75aa4245a395cf022e3fca9e2c9 1.56 MB 3,675 5
883,577 883,577 000000000000000000009cd680a83a3971d0010d75148abeba89efc7fce4eabf 1.62 MB 1,950 2
883,576 883,576 000000000000000000013c8799125e2c9773ba759ccb67ed7802611c472036c9 1.67 MB 3,396 4
883,575 883,575 0000000000000000000004d5b79e589833554abe94fba52d3f90950312303646 1.67 MB 3,442 4
883,574 883,574 000000000000000000007035cdad32fcae67a9fff03cb71a96ed9c77ddabeb19 2.12 MB 447 1
883,573 883,573 00000000000000000001e9767dfac093fde9e49e7f20e1b0a2d8bf633f9daaa9 1.79 MB 2,034 2
883,572 883,572 00000000000000000000aa3b70c19445334f3fcd8e734bac52762a51136a51c1 1.89 MB 1,249 1
883,571 883,571 00000000000000000000e2ff75801c29b07cbdf0b5c70894d861c6a8a35f0d0a 1.60 MB 3,754 4
883,570 883,570 000000000000000000022ebfcb4fed932e216421335227fcc4968b9a27b48c14 2.12 MB 327 1
883,569 883,569 000000000000000000008133ae12246c72f6507063a7ffc5d9970799aa0f126e 1.75 MB 2,530 3
883,568 883,568 000000000000000000014cc5a96f46a9fdb3c97ad9b8297069eea46e6a67df81 2.30 MB 185 1
883,567 883,567 0000000000000000000145aa09795c3e263607a88b340f4051957b94f316465c 1.70 MB 2,613 3
883,566 883,566 000000000000000000005067dadcadd9aa1b9eb849757a8210e51f75630c5430 1.44 MB 2,374 3
883,565 883,565 000000000000000000000b6375e0fec865ea08ced22253e2dad123dcf7659c1e 1.49 MB 3,477 6
883,564 883,564 00000000000000000001c65876f43048b2190914fc29679f622d03165c0bb7c7 2.00 MB 446 2
883,563 883,563 00000000000000000002761f718a87d7c3d87dbd8cbc03f09a7213c23968a006 1.62 MB 1,980 3
883,562 883,562 0000000000000000000230cfa498229b48d93da2d45bf484e583bfd04c25e482 1.65 MB 804 1
Previous 10 blocks ↓
Total Size: 776.70 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,443.94 GB sent, 132.08 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.