Memory Pool Memory Pool Refreshing

9,155 transactions
2.80 vMB
Show Random Selection Loading Transactions
Max Size: 16/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,865 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 3,807 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (609,221 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
298,643 298,643 00000000000000003b9d65f8eee1d6c96e05a9dd98946e63a3401194c224bc5e 0.20 MB 355 29
298,642 298,642 000000000000000088563e0a1e9e178d9033c5749c674074a958fab725f2ea6f 0.02 MB 50 27
298,641 298,641 0000000000000000139fa064b2eb17dd4647e4161f4e31187113ecb1c8485530 0.18 MB 226 24
298,640 298,640 00000000000000005b319ac4a533ad2ba89edeeb79ee6a91aac784ef6fa6f3c9 0.35 MB 827 39
298,639 298,639 000000000000000077ab6e365024db8f554e7acf2bb954c4749ac087f53615e4 0.01 MB 16 29
298,638 298,638 00000000000000004de85e9960bf6abcb3d42fd7168fe74239563eea3fb4787b 0.23 MB 411 31
298,637 298,637 0000000000000000096844b456eec8f66736c6c69f184bf253921bb74fa0415a 0.03 MB 49 22
298,636 298,636 0000000000000000087e2f829a4b66bbf4cc9245dfeb34bae6c0282966b4cc51 0.33 MB 340 21
298,635 298,635 0000000000000000538afafebb68e3cf48a99e7fb3e7476d5d1f2a371f7cab1e 0.35 MB 690 30
298,634 298,634 000000000000000039cce230316d037cffe4b3f0f2d9f78bad8a245c5e508993 0.19 MB 512 55
298,633 298,633 00000000000000001703fe4a9cc3bfd73d6f72092f35cfa50bc61b6a8efdaff1 0.02 MB 40 21
298,632 298,632 00000000000000004e25ae9415414b956ae05043aeeadc5f14f73ab447adc876 0.32 MB 727 40
298,631 298,631 00000000000000006dce72af0bbd6c379b6446c9a8710d55b18d7e138c101e4b 0.24 MB 558 40
298,630 298,630 0000000000000000879e17f8ec1285764cfdcf17f196448467bfe5ef2eb84065 0.06 MB 75 23
298,629 298,629 0000000000000000513044461bf74a8355e9bb97a1c6c40497966361f899a0f8 0.10 MB 151 29
298,628 298,628 000000000000000068c0ff24a9a1b524174705ef638bef7d39a14c96bd6de86b 0.04 MB 60 33
298,627 298,627 00000000000000006218fe86ba35615be29729a547192b50b5c535aec49d189a 0.13 MB 225 30
298,626 298,626 000000000000000018e5e5a1cf2f28d80fc69fdf4231a13cfe51f9efb8f40bba 0.12 MB 219 32
298,625 298,625 000000000000000046cef0d9a57177013fd61752f414abb1b5c8241b5826b45d 0.03 MB 67 15
298,624 298,624 00000000000000002c2c6ef9a276d25edd7ece2a0f72e4db2bf08f0123b76f69 0.00 MB 1 0
298,623 298,623 0000000000000000348f8ef340a84844aaa09b067141ea6742991ab11b3f2b67 0.41 MB 466 25
Previous 10 blocks ↓
Total Size: 769.29 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,642.49 GB sent, 94.37 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.