Memory Pool Memory Pool Refreshing

7,643 transactions
2.17 vMB
Show Random Selection Loading Transactions
Max Size: 14/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,573 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 4,082 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,572 (833,067 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
75,505 75,505 00000000002ebd7ab044a87b41e231326c9e1b6904e213fe67a2309faeabd491 0.00 MB 2 0
75,504 75,504 00000000004dec7c18770294c0d4317a80ee3010913925eb85ac22650f9d219a 0.00 MB 1 0
75,503 75,503 00000000002998eebf19777b603c278a02d3d8915a13798851e0f0d37b6c85fe 0.00 MB 1 0
75,502 75,502 000000000062e8bb19dbf89b8bfb0082a9ecf9575776dc236d513a0256d6f471 0.00 MB 2 0
75,501 75,501 00000000001442ada73522fc9b2319a7c507acb73d76972d293095c526870176 0.00 MB 1 0
75,500 75,500 000000000050de28c36a87990ad32da90a0ef1053bdce8cdd7b0cfec4ac1c0c6 0.00 MB 2 0
75,499 75,499 00000000001f05fb5d2b8d5e16540f5b02f094d92e41f628aebeab806f71bcaf 0.00 MB 2 0
75,498 75,498 00000000004fc76c3381e0e5e11e690a56f0062cf41b86b073b8c1b86827d53d 0.00 MB 3 0
75,497 75,497 000000000075ffc394e43194bc24be3e2a82c5f9ba2a38affc08da51acc71248 0.00 MB 1 0
75,496 75,496 0000000000789e784df3a693fe854256ceaca34b5c6802ce19ae6bbebafe6194 0.00 MB 1 0
75,495 75,495 00000000007088b012548e6ca524e8d5b7b4226311574ecacc43a34b7f430b0c 0.00 MB 1 0
75,494 75,494 0000000000185174683fbb72a39d9210b56b117ef2691466ea30808faabe321b 0.00 MB 1 0
75,493 75,493 00000000002ce248bd785a3d8ac0cdc06e7df3a8ab88f9690a518035ad5491d5 0.00 MB 1 0
75,492 75,492 0000000000388213fbe007ca81023bd19b4bbd60334b995d05314808aab8aa84 0.00 MB 1 0
75,491 75,491 000000000060e586b201b8a8d4a4a4d6310f7be61570f02acd01bf0086fb5e20 0.00 MB 1 0
75,490 75,490 00000000007f3ae338bcbcb969180e83eb780563c33a705623ddfc797f3e72d3 0.00 MB 1 0
75,489 75,489 00000000007bc8cac2c1a0f9161a30f41a6bf5b6bb9a9ecd848206704a425c91 0.00 MB 1 0
75,488 75,488 000000000039a7d2150e2a9642b62412dbb55190944f12d808bb80f7f5fe5c6d 0.00 MB 1 0
75,487 75,487 0000000000585172b528fb968fbbdd21b1803f22022f3d0f59ea54a95baeb807 0.00 MB 4 0
75,486 75,486 000000000062bbb2b34fb03c0248e16420926fec1d5c55e11430a20c0b785edd 0.00 MB 1 0
75,485 75,485 000000000032822ed8861987a1bdf4b2ef961b4e9bf4e182f215ab61b88f400c 0.00 MB 2 0
Previous 10 blocks ↓
Total Size: 770.76 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,848.16 GB sent, 100.78 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.