Memory Pool Memory Pool Refreshing

3,288 transactions
1.21 vMB
Show Random Selection Loading Transactions
Max Size: 7/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,529 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,451 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,528 (852,270 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
56,258 56,258 0000000002e4e22cafce4188f29620bc403f02c0471ee471c6390d42b05f4137 0.00 MB 1 0
56,257 56,257 000000000a6ab2f8fb49e64e2bff74983d41aa4dee3f0c3d5782daa338414b77 0.00 MB 2 0
56,256 56,256 000000000bb68ffe863ebb4dd7c7b561bf4edaeea6a8401fc0d21f63b8bb4f83 0.00 MB 1 0
56,255 56,255 0000000008d5ecf7b68f61eb8cee2c38b250e6ba326860458639ac43083ef056 0.00 MB 1 0
56,254 56,254 00000000111fae7516719ae654a3715845eee9f789295df789bc5d31266ffde2 0.00 MB 1 0
56,253 56,253 000000000bcf181b8fca453afcb4f1c8c88ef87f949e477b3a0e041bc024922e 0.00 MB 1 0
56,252 56,252 0000000004725473160a8e9d0ed6eeba0569350b23417c31b7be68fc455c9940 0.00 MB 1 0
56,251 56,251 0000000004e50cddedea1a08a663c7c084b9368de3ea57701aaf1ffb510dfbbc 0.00 MB 2 0
56,250 56,250 00000000078c800c77be12c6ba737552653e7032d7cdd001ff371c181e328cc9 0.00 MB 1 0
56,249 56,249 0000000003f18be916adca23d231830616f1bbae76485a597c1623eff72b06c9 0.00 MB 4 0
56,248 56,248 000000000d8e5baaeca1c385780b7c029d54d67e7c0c6cc6d1ed1e7f2dd53d6e 0.00 MB 1 0
56,247 56,247 00000000048d0d58474ad1afc51ecdb146130a714e6f1a0a199f5735090c1782 0.00 MB 1 0
56,246 56,246 0000000002db5679be1ca3c70c4f44e45cc077d857e0a5780011d7edf185177b 0.00 MB 1 0
56,245 56,245 000000000eb608d8a7fa1e11d71514c81dd55a01695f4d496b08f3fe6cf99a31 0.00 MB 1 0
56,244 56,244 000000000af183052c5c841b4a5adaaa4ed4e55380383e770ab85444df0d4e7a 0.00 MB 2 0
56,243 56,243 00000000086050ae3149eb014eccc1e1b0f81ebaff977e469afa51e72a04b41d 0.00 MB 6 0
56,242 56,242 000000000bc6cdb7db13bc504c261d1d98e5d9afa1ce346f562faf700aeddd74 0.00 MB 1 0
56,241 56,241 000000000b8c80a2d9a5756eb91c681926f474c68ea25da336a257e1cf5116d2 0.00 MB 1 0
56,240 56,240 000000000ac47df2466de6fc398c09cc9cafcb31c56b1a310af1e8c0f63aaa96 0.00 MB 1 0
56,239 56,239 000000000b413927d4d819d273121eba64d7139bcbbe4f1c63abbe6929b0db73 0.00 MB 1 0
56,238 56,238 000000000aa40201cf8d0c47d6fc817f79dd33b3862be951f7a467b3219160ac 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.67 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,842.28 GB sent, 100.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.