Memory Pool Memory Pool Refreshing

9,157 transactions
3.94 vMB
Show Random Selection Loading Transactions
Max Size: 23/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 sats/vbyte 6
1 sats/vbyte 12
1 sats/vbyte 144
1 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
908,579 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 3,278 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,578 (809,960 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
98,618 98,618 000000000004758d0885ec44d52763dfa1e2ca68c4f1a66e1708b4a21de8225f 0.00 MB 2 0
98,617 98,617 000000000001df4c107bc90b27b6ed246a99f6d73320992cdd7b502001541ce7 0.00 MB 2 0
98,616 98,616 0000000000046a6364a123425fe05480cc80456264c27151bf082c746cdc2d27 0.00 MB 4 0
98,615 98,615 00000000000535ca285f61e6520db3e4ce3d05a6348e0694d9b3b7a01d6d53e5 0.00 MB 7 0
98,614 98,614 0000000000026b553abb9c7a5c10df5c66de1089817d3af83c24be2498df438a 0.00 MB 6 0
98,613 98,613 000000000003795618828a3320d36fd28233c4a60a3398bcdef1ffe21dc7c051 0.00 MB 8 0
98,612 98,612 000000000001180adfe30d5bf7a0a5c78c8a8655bab840034a38cfa6ccb5a7a5 0.00 MB 6 338
98,611 98,611 000000000004a8eb1a08ac69adafaf56f2af58b8452c47a2f476365485137e92 0.00 MB 3 0
98,610 98,610 00000000000013b50e82ccb5bccc400904175e30449918338f3ee6eebcc747a0 0.00 MB 7 601
98,609 98,609 000000000002dd6d086d9c1c92120940afb06a49b24bb0e60168baa2262bacd1 0.00 MB 7 0
98,608 98,608 00000000000392608d9454e9681bb8be58b5e57d50211adc322bb2b8c91d02be 0.00 MB 1 0
98,607 98,607 000000000004ce20250f56b7598ffd9ea92becffa7bf3f4fd98188456081e65b 0.00 MB 1 0
98,606 98,606 000000000002e85dde3bc949eb38ba200ddc08eb258769cac03481dfe88411a8 0.00 MB 1 0
98,605 98,605 000000000004eef46526fcfbf92c16b24651b9031eb4b9a0eadc083ef6e383ca 0.00 MB 1 0
98,604 98,604 000000000002b2a238a7e3e8b24ffcf6cbac6098bb3251f0889a328e7287502a 0.00 MB 3 0
98,603 98,603 000000000003cb30bff3022f410339948ee72f76513355ea33db3b166def3650 0.00 MB 3 0
98,602 98,602 000000000001f3de63aaae394c067eed0a2dccd4e92bbe4430a3a2aa9a22ddfe 0.00 MB 1 0
98,601 98,601 000000000004a577ad59f0093f606286116cdea93741138319f4e529848f2dbb 0.00 MB 2 0
98,600 98,600 000000000000c915a43e52e1de0e1228d9a77a37b21848fe7ffd1ba287e203c9 0.00 MB 3 0
98,599 98,599 00000000000194cc44d3f53503e531c39cbb6e98b704adf818c68712477df78b 0.00 MB 1 0
98,598 98,598 000000000004e6e404e221c9aebd4c388a8757784b5666ae540160c10a358c75 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 770.77 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,848.52 GB sent, 100.87 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.