Memory Pool Memory Pool Refreshing

2,362 transactions
19.30 vMB
Show Random Selection Loading Transactions
Max Size: 78/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 sats/vbyte 2
1 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
908,324 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,153 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,323 (856,476 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
51,847 51,847 0000000016641ec518f9459269bab13c2dbb7aa0be4af930e8a093ec17524f2c 0.00 MB 1 0
51,846 51,846 000000001d0643c5a24eee91d365dfaa9505b972b84660dd43870e1c1561d85f 0.00 MB 1 0
51,845 51,845 000000000715a1c979499869e85c1c7ec022aac7a15f11b895e4044d48802066 0.00 MB 1 0
51,844 51,844 000000001ce3218520a0344c00624da18861b6dc391f2d97f2c173829f0a511b 0.00 MB 1 0
51,843 51,843 00000000058b6d99dc6f1e1f095e3434b87d151f36c9c7f73aceec8bacedae5a 0.00 MB 2 0
51,842 51,842 00000000053e0180134f6c6aa294a29d3ba0c7b01ee794ebbd2ee37131aedbe2 0.00 MB 1 0
51,841 51,841 000000001f06abd780f8abd6a54400f999d6a19b298736f31ab7cd41b89c470a 0.00 MB 1 0
51,840 51,840 000000000db3127247096658a12622206f62f08929d8f43435ca69a149440383 0.00 MB 1 0
51,839 51,839 000000001d52b7c12456599bc6c825141a0c2ad45b512e7529d6fa17935bac67 0.00 MB 2 0
51,838 51,838 0000000017f2a84b5ddd95497277584a79ff8c027e7e91132daecc47f98f541a 0.00 MB 1 0
51,837 51,837 00000000041cc8ad3118f75436e4601888008e16bf3411ee3955d86fe05c7bb5 0.00 MB 6 0
51,836 51,836 000000000e50c0fbb85a247b220d2a9b61ff7625fa4e880015b54b9b866c170f 0.00 MB 1 0
51,835 51,835 000000000442b7c8a7ed2ddaa7a76aff7b11ad701343e52a8b45257355ccac84 0.00 MB 1 0
51,834 51,834 0000000017224307727885b5a606e9e07498019f54edcd618dff47ede48b96f7 0.00 MB 1 0
51,833 51,833 000000001e3c8eaa7d382fd864fe034062572dd5c3255e43340710df15185265 0.00 MB 1 0
51,832 51,832 0000000017335a5bddbc855dfce8664a09d67ea054c6348e7accee57bb2da0c5 0.00 MB 1 0
51,831 51,831 000000000ca510c3b05fcb0fc20697118ad766baa6af5c8889f8e1e310bf6e7f 0.00 MB 1 0
51,830 51,830 00000000133d062af89530d2ba0abea122fdb0560ff2b6dab1778456fd56eb85 0.00 MB 1 0
51,829 51,829 00000000139a7c1bcfdd6107d34aa4de5eaac3ae9ff3c04f4f6e76c1d2225ef2 0.00 MB 1 0
51,828 51,828 00000000136e6d05e61e31dec5c1b59d4e0bc15c505638cffb88df25348a9368 0.00 MB 1 0
51,827 51,827 000000000408871a4e58644aaca453fecf5fa771f3c3659f12f5074a30b88c95 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.25 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,701.25 GB sent, 98.66 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.