Memory Pool Memory Pool Refreshing

9,470 transactions (2.76 vMB)
  • 1 sats/vbyte = (6 blocks)
  • 2 sats/vbyte = (3 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 17/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,039 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,156 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,038 (833,385 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,653 75,653 00000000001bbac97f530d19d40fc6b714e11603019d5bf5e3afdbf726523526 0.00 MB 1 0
75,652 75,652 00000000000d525d7da82a81554c39135d5bbaf264d99f68ba8e39c5327cffb8 0.00 MB 1 0
75,651 75,651 0000000000752a569564e19785248ae0567984e79294393e6525c68d620965b4 0.00 MB 1 0
75,650 75,650 000000000070dde8a90734db538106b9c0b6eaeeeea2122660f66624856fada1 0.00 MB 1 0
75,649 75,649 00000000000a8e4e18959b3c64edf7fe8124737a0e5705d89fe165ff5c0fe943 0.00 MB 1 0
75,648 75,648 00000000001e00c7fdd5577855cd09f6adf89fbc8806f29b6b60baf1505d063e 0.00 MB 1 0
75,647 75,647 0000000000227a651a1cbd1e7f9fb5ed7ef30a056d419bec06c3de80c239aec8 0.00 MB 3 0
75,646 75,646 00000000003347a5fb8c3ed0408b8a799313ca7cb6f3d6705b56706d82fb3b00 0.00 MB 1 0
75,645 75,645 0000000000304d7c69dd2b400497c16b1594820a0b5f67b7ab8c113641217aea 0.00 MB 5 0
75,644 75,644 000000000031c25da5dab1a60d7ea7c465d50123a609ff349cc87bead6393e9f 0.00 MB 3 0
75,643 75,643 00000000003e6bb856531f1d3fe176878e5efe24f542ca5dca96d1681e819883 0.00 MB 1 0
75,642 75,642 00000000003d289f29ba751a57e2942e882d1bee51e96c67bcc27406bcddaa55 0.00 MB 9 0
75,641 75,641 00000000003431f4cda4c096445ab9a5c33e6e8aea6136fcfb95bb5f0717cd77 0.00 MB 4 0
75,640 75,640 00000000001b4f173d29ce8b91df078d6360bf4888de3a6268a248fc890448cd 0.00 MB 3 0
75,639 75,639 0000000000341c5be649d9b31211d50718da86a2885d8b3332ece2e606ed85b6 0.00 MB 3 0
75,638 75,638 000000000065694a99694912d4080eb8ec85bf663b6caaea4817ae7c691879f4 0.00 MB 1 0
75,637 75,637 000000000016622541295eb186cb39efa9d1190e876bbeceaead7f7c57ed71fd 0.00 MB 1 0
75,636 75,636 00000000006c2c0da229f18f7de0285f1efb3f597ce751f0946892be584d8807 0.00 MB 1 0
75,635 75,635 00000000001fcc0ff3c451afd5ee64ad78f44caec46a57d3a923a724cf1a5d81 0.00 MB 1 0
75,634 75,634 00000000004cd1ad4a9cda837acf3c17ae0b9e3bae7dfb2da8649ae3b405baa0 0.00 MB 1 0
75,633 75,633 000000000001ebc2f2ed77482a4b368630c219bf19d04281a74cff4e7e8c6721 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 771.62 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: 1,894.93 GB sent, 105.59 GB received

Notes

About

This is a basic blockchain explorer for exploring Bitcoin data.

The main features of this explorer are:

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:

  • 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.