Memory Pool Memory Pool Refreshing

5,009 transactions
2.21 vMB
Show Random Selection Loading Transactions
Max Size: 12/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
2 sats/vbyte 3
1 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
907,824 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,263 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,823 (565,570 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
342,253 342,253 000000000000000000b55ec8acf98a467f38fea40ea1c5b53def082a0c90387c 0.22 MB 416 22
342,252 342,252 000000000000000007b7aebce441f7489f54a0dbf59c3c590ec5d6fdac651c81 0.13 MB 212 21
342,251 342,251 000000000000000012f8f0a48fef0dd9a6e16521ed9233266108c21abe112370 0.16 MB 295 23
342,250 342,250 000000000000000019fa0b788c67c541e40ce8de6028362f4c3aff591d8f1d87 0.03 MB 76 26
342,249 342,249 0000000000000000029d5cbfe1ae10de93a8d5018669291fa11158a0a9e34447 0.41 MB 644 21
342,248 342,248 000000000000000018e27ced426f68f4e218c32c9bb989a06341c78acaa445c3 0.12 MB 260 25
342,247 342,247 000000000000000016b0ee5c601483f043ddf151e58c4bfd2996d142dcbc0d49 0.26 MB 488 23
342,246 342,246 000000000000000010006ed7802aeab2be08d9c10482bfe50071a3266622263c 0.22 MB 441 23
342,245 342,245 00000000000000000160468742c7803b0eaf61c79ed44e51bd2e1f6cd9bcdfce 0.11 MB 164 22
342,244 342,244 000000000000000004894d5134255cd8e9c0816e12d52ec2f815a599d7d29172 0.08 MB 169 24
342,243 342,243 000000000000000018cd48e1f6105cdeaa601d5a0f2e25ceb7c45e178efe8eec 0.22 MB 249 13
342,242 342,242 000000000000000019ed5b613f7355bf6438d2aeb0061711c896c5aae37986d5 0.75 MB 1,043 21
342,241 342,241 000000000000000014264ecca4cda6caaefec2a5d6d2211eab4aecb2f1e7e52c 0.25 MB 836 45
342,240 342,240 00000000000000000e354b4ee426cd855fd6764f5717e01a7d083804560acd89 0.21 MB 577 35
342,239 342,239 000000000000000008673d1925e8de6c2064df65e1a7d776f8a01052a8bc31e0 0.36 MB 685 28
342,238 342,238 000000000000000001b0a2fc47cfcced024890175ec941be5fb6e4a7aefd855a 0.18 MB 338 25
342,237 342,237 00000000000000001770992d57062ee7a6dff222ff9d86b6d33d3062c4e1f7e9 0.14 MB 253 22
342,236 342,236 000000000000000002afa220f1433456ea203b667f1a557fa7beafd1ad7ec7d2 0.64 MB 1,259 26
342,235 342,235 00000000000000000c9144590846eefba135f0a6f7b8c3bd44fe199c8b6c5229 0.04 MB 130 31
342,234 342,234 0000000000000000000f00d2447cbc0935ebc09a1de336201723cd4ac0a4c746 0.09 MB 145 8
342,233 342,233 000000000000000014b1dfe5677c12daadc554d338f0073b14a179dfaee44c2c 0.75 MB 1,604 30
Previous 10 blocks ↓
Total Size: 769.21 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,634.33 GB sent, 93.98 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.