Memory Pool Memory Pool Refreshing

2,770 transactions
0.86 vMB
Show Random Selection Loading Transactions
Max Size: 5/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
907,795 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.84 vMB 2,754 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,794 (810,839 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
96,955 96,955 0000000000021b48cdde4ff055223b4777539331d230a29018932c6eaac742cd 0.00 MB 7 0
96,954 96,954 000000000004f1a99e9354814605aee0e569d586fbe909510af33c92fd722f50 0.00 MB 1 0
96,953 96,953 0000000000048147e410a058b3c6bd3fef47e7a148c5c4e1ca955b47c90992d9 0.00 MB 4 0
96,952 96,952 00000000000187f002399d6d7ef7f76f7b7677716e65006c6b8f202689543d81 0.00 MB 8 0
96,951 96,951 000000000004a5d9ad67f9706068c65a780114f84732e9fdc74acc17e9c78377 0.00 MB 3 0
96,950 96,950 000000000002708c9c3bf99b8e405e1150610517faf8863ef34820f62bb3f52b 0.00 MB 1 0
96,949 96,949 000000000003c936371441d03c63b4f9885ab911406ba5562a6eb8726b9679eb 0.00 MB 1 0
96,948 96,948 0000000000046e4e131f9a3b2bf0fb977b776d0fae0e7ad679c008d64dfbd04c 0.00 MB 2 0
96,947 96,947 0000000000034da21dd4c457e0c047458d43d2645ac33ddd25110a02e76b79c1 0.00 MB 3 0
96,946 96,946 000000000000bc8bc060030d4f869e28ee6db9833220251ac49ef3374ac0e985 0.00 MB 8 640
96,945 96,945 0000000000026078fc09c606db36ff4be086265f9b03cfc02d3358f7e6d39d01 0.00 MB 2 0
96,944 96,944 000000000000e10b73e33b5a4e914f4e0c77bcb72ccf3e5309a6f5a69b40d7ec 0.00 MB 2 0
96,943 96,943 000000000001b625b0451c3d5f032f08fe7490744f449a22bb10a392a6a0a689 0.00 MB 1 0
96,942 96,942 000000000003389532e7de97e1b24fd06531ca9ab64961aab30fdfef591d140e 0.00 MB 3 0
96,941 96,941 00000000000351877f14b44929fe3699dc0e95808690f9a291c1f2204190304b 0.00 MB 2 0
96,940 96,940 00000000000510cb09641ce9ebd09867ee39670aa6336dbf4891db39931d962f 0.00 MB 1 0
96,939 96,939 000000000004e0af2d56437e3ff9bb75220affeae99f0d2a70d1a4fed17326d6 0.00 MB 6 0
96,938 96,938 0000000000025674733a2812abb57fec0ecc776d8ee9863c022adf2f5ff247ee 0.00 MB 1 0
96,937 96,937 000000000004a33b7c6abdc549af7889d8d8c00495e9d6de8bf243ad5c0b1fd5 0.00 MB 1 0
96,936 96,936 0000000000048c1833cd614813b1821065303bcd23d40769d4732cd19cf8df07 0.00 MB 2 0
96,935 96,935 000000000003b22db868c9b3750a984aac7057674e58f54b59a317131178d641 0.00 MB 6 0
Previous 10 blocks ↓
Total Size: 769.16 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 11 outgoing, 114 incoming
  • Data Transfer: 1,632.69 GB sent, 93.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.