Memory Pool Memory Pool Refreshing

14,481 transactions (3.20 vMB)
  • 1 sats/vbyte = (36 blocks)
  • 2 sats/vbyte = (4 blocks)
  • 3 sats/vbyte = (2 blocks)
Show Random Selection Loading Transactions
Max Size: 21/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
909,180 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,963 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 909,179 (403 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
908,776 908,776 0000000000000000000217322ae6992d2e56e99b1eca61390a0096cf0701623a 1.53 MB 3,701 7
908,775 908,775 0000000000000000000151960e74363a4909d34510d9957e6f8cbfa3b132e32c 1.66 MB 3,111 2
908,774 908,774 000000000000000000014fab5b8672766b4056eae7b15c25726b0169bdfab710 1.59 MB 3,146 2
908,773 908,773 00000000000000000000a672d904f09e0d327d0d53f62ac1f6d66e9161c425a0 1.60 MB 4,221 4
908,772 908,772 00000000000000000001c272398a39820e1a3feb9a153fb2eb44db5dc51189cb 0.72 MB 853 2
908,771 908,771 000000000000000000002cec61bf7c9b762504eafbea817cd2254c694ad8274d 1.90 MB 1,581 1
908,770 908,770 0000000000000000000061a60b45d66379ea1542000f6f0d07be8842382d0132 1.80 MB 4,807 1
908,769 908,769 000000000000000000017d90e8d63e057d244cc2a33de0818c99487ae0bce457 1.76 MB 3,778 1
908,768 908,768 000000000000000000001fe4634ca13b959fe3eb4e6d0ed0f040bb6e209f6efc 1.65 MB 2,560 2
908,767 908,767 0000000000000000000172236212a5ce7bd420eb6bfe11ed5e3304bd42d47122 1.60 MB 4,072 4
908,766 908,766 00000000000000000000fcefca46c809da3f97528a19e8c3f3a1a10f3888004d 0.67 MB 965 2
908,765 908,765 00000000000000000001b64acb5fe4b40b84092159b6406a6244f46a37fa6c6b 1.79 MB 4,302 1
908,764 908,764 000000000000000000002174c3ebd6e522f514b887952c2d991d83ca88364815 1.50 MB 2,120 2
908,763 908,763 00000000000000000000425643f75dba2f39b71ee9075f88dbc90746368786eb 1.81 MB 3,449 2
908,762 908,762 000000000000000000004357c86d8aec4374664f0be2497f10a1f819c358db96 1.51 MB 3,436 3
908,761 908,761 00000000000000000002262c64b3c7155064d6643c17f0df5cef0780c18a9b76 0.55 MB 1,078 2
908,760 908,760 00000000000000000000f137425aa88c17ef7ede5eade31e90cdd11fffdd80a2 1.73 MB 3,853 1
908,759 908,759 000000000000000000013eabca35787d1ac9b8a4f36b145bf9679e7f8972d514 1.74 MB 3,860 2
908,758 908,758 0000000000000000000144840d020c0946c9904a42e2e18c9de37cc9cc07ede6 0.90 MB 1,943 3
908,757 908,757 00000000000000000001d228ff797af3bd22a542a26568065624a0fd69d9f4e9 0.43 MB 618 1
908,756 908,756 000000000000000000003018371631cffad751f078755704fe4c485ff1c66b32 1.56 MB 3,777 4
Previous 10 blocks ↓
Total Size: 771.87 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,986.46 GB sent, 107.10 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.