Memory Pool Memory Pool Refreshing

9,836 transactions
3.01 vMB
Show Random Selection Loading Transactions
Max Size: 18/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 4,144 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,864 (753,078 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
154,786 154,786 000000000000061b7a5a601115ef88771df8c09b36c87ba632da8688f71aac26 0.02 MB 39 250
154,785 154,785 0000000000000ae7e7fd84630c44d878d922174e7ebce0c439826956788ddfa8 0.03 MB 88 101
154,784 154,784 00000000000005820eab7f86248a128a6f1a77f8a1194ac695e1d33620ca5f2f 0.00 MB 8 355
154,783 154,783 000000000000088342132b197a7dd2788a5a679f87a01e045f0f25238b67ba49 0.01 MB 16 474
154,782 154,782 0000000000000b5d4c2d426048271f128d301804ea900c60e32a2ce5c968b24f 0.01 MB 27 32
154,781 154,781 0000000000000629c05ed26de214a5edbcc34e09e00539ea9d5cfeaa35f32274 0.02 MB 59 115
154,780 154,780 00000000000005897a40d6984421d33a7390054303a37862a17bad8b36954ae9 0.01 MB 26 106
154,779 154,779 0000000000000d42892e3ee3ec312400d83c3fca59b27b9b2b628b1a42fed61b 0.00 MB 12 0
154,778 154,778 00000000000006537e5b88a55947d7849164eaf26c91e6cc90a2ba4c2b172936 0.00 MB 15 329
154,777 154,777 0000000000000c415b05320853d2796fa96c58a46a28fb5537f566a043ae3488 0.02 MB 42 1,340
154,776 154,776 0000000000000138021989f078255b00f8343f0dd66bb10944d9e4863d6a9902 0.03 MB 68 60
154,775 154,775 00000000000006231ed3fee587e39d8251b3e1e04c74b08a5633936842cc6c1d 0.02 MB 36 48
154,774 154,774 00000000000000198dec68285b5d43d550244c38bdce5ae429032496ef1e279d 0.01 MB 10 26
154,773 154,773 00000000000002f13e62294b1a421115893fc1645a7a04e8dafe946cbbc1c3a4 0.00 MB 7 16
154,772 154,772 000000000000036f405e940a600f0cf36fd917e49ba847862b26ea5c72fc578d 0.02 MB 84 4
154,771 154,771 0000000000000da884d4ebb997482a74d74b48f10a563c9e04115424fa386b2d 0.04 MB 97 126
154,770 154,770 00000000000005843aa8fe64ea0c2c4b6899cffbbad16117494b7a95220592b3 0.03 MB 71 88
154,769 154,769 00000000000004ec3326d15297cf408917d713c536036af63815c2e0b54d0645 0.04 MB 64 180
154,768 154,768 0000000000000cd765df1f7b484da04f9cbea67f99e2d5ce63da91ab0f8ad695 0.00 MB 6 14
154,767 154,767 000000000000006fdffaaa520add7209f423dc0805ebac25972f2148ae44ec7f 0.01 MB 12 191
154,766 154,766 000000000000098ad7bde84d34243e086295957749d8fcee1984268591eedc14 0.01 MB 14 142
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.38 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.