Memory Pool Memory Pool Refreshing

5,249 transactions
3.86 vMB
Show Random Selection Loading Transactions
Max Size: 21/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,682 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,428 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,681 (830,630 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
78,051 78,051 000000000025ded620c1cb300bf84e671c675e70da6d42f12203d626ab908cd7 0.00 MB 1 0
78,050 78,050 0000000000505ee4f86c02a1d343507f3258524c87beae88006456b29911fb36 0.00 MB 1 0
78,049 78,049 00000000001e404a074673917884770071a984793bda2876b569459b8d96ca03 0.00 MB 1 0
78,048 78,048 00000000001c0b252c5d977238d7edd48ef6cc90d4016bd5c5a55abb9cfcf53c 0.00 MB 1 0
78,047 78,047 00000000000a0f6b088cc37536ca62c118e881f11cf83be541544dab90e589df 0.00 MB 1 0
78,046 78,046 000000000026b4ee93289401b5df1764f2ca4a97d1e32337cc499326e3dea836 0.00 MB 3 0
78,045 78,045 000000000030ac5267e34a4cf61ac40e87aeae0ec659d11bfc39df14af3e7d40 0.00 MB 1 0
78,044 78,044 0000000000425f74281f6a1dd779d30b0d0fb2085eb6fd1c4d89ed4ed232bd1d 0.00 MB 1 0
78,043 78,043 000000000002ec3d641f722a2ee809f8d0162d831f67b2f5431cf8df89a57c9e 0.00 MB 1 0
78,042 78,042 00000000001cc2d5994dad2a97662bb96ea081f9318d2bc0d0f3d7e2d5dfb56b 0.00 MB 1 0
78,041 78,041 00000000002cf3e1d2ff941564ef5d731e2041fc7f1c0545a99b83f1d0239e54 0.00 MB 1 0
78,040 78,040 000000000028bfa009fe5fd43f65181aff3d404013a35ed61dea1649e36e57a7 0.00 MB 1 0
78,039 78,039 00000000003f357d93be7377c63cf6bee9548263b20abca12698af1857f23abc 0.00 MB 1 0
78,038 78,038 0000000000440820a2ebb22dc01e6f02ead933700ff25dbca50dc59d29246fb9 0.00 MB 1 0
78,037 78,037 00000000000bffdeafd2acff4ffa49744e65e1d4b9791e16336569200e501e72 0.00 MB 3 0
78,036 78,036 00000000001c280e9ec64f95e2d601b5f3157142d6e27b3ebcaaf7f88ce87bb6 0.00 MB 1 0
78,035 78,035 00000000002142f5675e7f0dcc60368759aaf2f79abb0508ec3ec0c811f368a0 0.00 MB 1 0
78,034 78,034 000000000012740ee99ebe9c172f3316a1c861dfcebf19aa6a92827c0a837779 0.00 MB 6 0
78,033 78,033 000000000029f9c6f3fbcf9e828ab9a0a488b8bbccb166eee66bd2845632368a 0.00 MB 1 0
78,032 78,032 00000000004c588e7f563061db3ec949fdccf8a28f9447b4052711c999f3d99a 0.00 MB 2 0
78,031 78,031 00000000002228d023cabfd29e94c03d94d3d4a957e3bd19ecdadc80a9d4ec76 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.97 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,853.85 GB sent, 101.79 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.