Memory Pool Memory Pool Refreshing

1,791 transactions
0.56 vMB
Show Random Selection Loading Transactions
Max Size: 3/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,478 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.56 vMB 1,788 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,477 (815,633 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
92,844 92,844 000000000000cce224df2a03c5ad13ec562f9cd7031339c7399d63ef965eeb92 0.00 MB 20 0
92,843 92,843 000000000005499935b5a32723543310d3526d0013c77013e289992129d9ccfb 0.00 MB 10 0
92,842 92,842 0000000000049af1fa985f65152bd8887414f6382ce0e5d39709e6390b7f4106 0.01 MB 34 0
92,841 92,841 000000000001de7286bf8e8ac55952b84aa91dbab013fc6f36ccc5e1daaae33d 0.00 MB 23 0
92,840 92,840 00000000000688320e68d9b51eda0a66724b271a082ad9d4615da797976d45fa 0.02 MB 88 0
92,839 92,839 000000000004e1b78256bc319c49a22de7c520696c73aca390a3f008aea845e4 0.00 MB 1 0
92,838 92,838 000000000003c00a716e89cb3a66ce95bec6967166536d9d15c993db1f934c72 0.00 MB 21 0
92,837 92,837 000000000002ec8dfe80bde45e919c134f4454490af9543e0d8317a3691e1b65 0.03 MB 91 0
92,836 92,836 000000000002f5c4f95692657a201abe75cbbb4f6ee55007f10e21da18afe0d3 0.00 MB 13 0
92,835 92,835 00000000000955dbc2ba1a51106049bc4d5f2e4bf1f8a14ee7822c8a2d193b28 0.00 MB 14 0
92,834 92,834 0000000000044f6d97197a2e4818d26aaa68cdb74f066b20d0993f8662195dc0 0.01 MB 25 0
92,833 92,833 000000000002a76d294de9a71ef8bbfd58b982dca25bbac0b53ddbe1d35ea58c 0.00 MB 4 0
92,832 92,832 000000000000d2864341a373f24d4de6b464268b97e0707e08cba313d0a98d94 0.01 MB 58 0
92,831 92,831 0000000000030c27477ac0868ea997efe4b03bc0c824357c11f2583b75967eae 0.01 MB 37 0
92,830 92,830 000000000003f901cdbefae72804d96182dc2ec69bd6a7f7c38aa5535cc94f4f 0.00 MB 8 0
92,829 92,829 000000000000ad08c4f933b49b294625470d806f68595b065e3ae2fd30d0e736 0.00 MB 2 0
92,828 92,828 0000000000077f972aa8e06d5030e97b89dc85da34e4c680235c6149745fdaa4 0.00 MB 9 0
92,827 92,827 00000000000258ff41b46e9bfd7b58e182595dc0e21e19830e60cf25d46767c4 0.00 MB 8 0
92,826 92,826 000000000004efa63b964038ccc1058920188ee3f24e2644db8653effd632054 0.00 MB 22 0
92,825 92,825 000000000009126ef12b80bbfc996947ccf6f9c537c4c5ad2e905af7529e43b0 0.01 MB 36 0
92,824 92,824 00000000000609a9564a15705e66a70e662834b3ab4247acf6c04498094bfe51 0.01 MB 33 0
Previous 10 blocks ↓
Total Size: 770.60 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,785.81 GB sent, 99.96 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.