Memory Pool Memory Pool Refreshing

3,583 transactions
1.80 vMB
Show Random Selection Loading Transactions
Max Size: 9/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
3 sats/vbyte 6
2 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,737 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,120 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,736 (761,604 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
146,132 146,132 000000000000043c0f5af5183256953001e9ca4178cdd7b0949e14799fdf2f92 0.02 MB 35 117
146,131 146,131 000000000000046ac6138379fe0fe71f6ff2097229fea79e7be88a55b1538dd1 0.02 MB 77 49
146,130 146,130 00000000000008c0c2dfc968e937ecdb996db4f9797b7b097679dcc581559369 0.02 MB 25 155
146,129 146,129 000000000000080ca89f214f20e380721c821ce0a979c71df0c954a2ff2b8945 0.01 MB 13 203
146,128 146,128 00000000000002a209fd8517b2699a42d84f43dd9d62ad48926786af84d61ccc 0.00 MB 3 0
146,127 146,127 0000000000000037beae8d12473cc054871a5d46dde5cd6e22f1841db03333bf 0.02 MB 17 45
146,126 146,126 00000000000001eabbcaa07f8ba8e4febaa69a1a70bee089016379f4c4d19489 0.00 MB 11 124
146,125 146,125 000000000000020bf076697e830b671ef238de9c338e5812a98673fccc5d74de 0.04 MB 117 81
146,124 146,124 00000000000006a7f487f28bf90be162f571d614b4af2b4fd7ec9b4281dda81f 0.04 MB 72 64
146,123 146,123 0000000000000711d599a8d56bdf48d71ed2ce1c1d0b4082a5a41598803b86b7 0.05 MB 151 2
146,122 146,122 00000000000005055536bb06083b3b3a0063b12ef1d2be8f3934868643502fbf 0.00 MB 10 625
146,121 146,121 0000000000000429619efbf9168dfc53321529783df2aa17905cfcb7feb72417 0.03 MB 46 231
146,120 146,120 000000000000031dd674976156b54c743975477cb7d91e7e045381ab0129ecb2 0.02 MB 26 146
146,119 146,119 000000000000046959120a938cf271989862f2f815b343a3499dcc2e84a3a68c 0.01 MB 16 124
146,118 146,118 00000000000003a887630c376ec7cd5c310484cab3b835e3deea3aadb58dea46 0.01 MB 31 260
146,117 146,117 000000000000080b6a727ae4b5cec07c4b6197c6d4a8d9e9f40825ba43495944 0.05 MB 82 302
146,116 146,116 000000000000055046758b17ac2f67a98261307bc8768eab7afea64c56397673 0.05 MB 80 248
146,115 146,115 00000000000002f0d04c7e5e6cb1622f1b1117c90d532cce4c17db8d0aeefaf4 0.02 MB 27 89
146,114 146,114 00000000000004a0d2f7c531f85a11f9d6c1ffe5a7598bffd1931219cacd918c 0.03 MB 61 143
146,113 146,113 0000000000000745739c352c8c2e0f62ad604a4154b29b1238eaa14722985c22 0.01 MB 14 34
146,112 146,112 00000000000008d042b90276e8e26cd9009adeb1459b51bf7c9dc9517630e647 0.02 MB 47 39
Previous 10 blocks ↓
Total Size: 769.05 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,627.46 GB sent, 93.12 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.