Memory Pool Memory Pool Refreshing

579 transactions
0.23 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 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,009 00000000000000000002349e0000000000000000000000000000000000000000 0.23 vMB 572 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,008 (162,390 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
745,618 745,618 00000000000000000008fbd618ec75f5b5a1a2f2a988824eeeee2173ba5a59ae 1.49 MB 3,145 27
745,617 745,617 000000000000000000080fc5c80b4e979ebb5972e2be4fc7ef9a6eb2cfae696d 1.57 MB 3,289 27
745,616 745,616 00000000000000000001cb04e4dc77b4e4fd655b6e7a683fa575b90109bd07a3 0.00 MB 1 0
745,615 745,615 0000000000000000000163d4a4d431fafdb658ec9f07b4bde66602147d17dd52 1.81 MB 1,914 121
745,614 745,614 0000000000000000000073b881d6939672555ecb86ad5f5ff6bedd72acf4ef18 2.12 MB 910 192
745,613 745,613 00000000000000000004d7c7f2c98cd7850a3aeef98e2793590b40140395ce34 0.18 MB 477 20
745,612 745,612 00000000000000000001aa89b4f240723d24cc660dc919cb8ea4bd0b3bc8f903 0.30 MB 696 20
745,611 745,611 000000000000000000016d160adb891f696e41129e5f5e0d3fd20e0cb34de822 2.04 MB 1,039 5
745,610 745,610 000000000000000000046a06d9a318c37bdf407b0421733ed8929581af0efa2c 1.49 MB 2,671 21
745,609 745,609 000000000000000000019a4120072aecba7f44b3b5849ca35579f24b472cd541 1.76 MB 2,172 15
745,608 745,608 000000000000000000054979ce1df5c6188b06a8a7b6f04f1301bf7b56cfe313 1.42 MB 1,108 10
745,607 745,607 00000000000000000000c2a7d001ff1fcdaf94be4dc017494c9f50ac665f3489 1.21 MB 1,357 21
745,606 745,606 00000000000000000006257f20a488ae54cb7c8f4bca022192d6e9095224a799 0.15 MB 275 15
745,605 745,605 00000000000000000006411f22675b999f3f93f13ad07b9913aac1f77c099b9e 1.53 MB 2,778 19
745,604 745,604 00000000000000000006b5fd71eea48b5c818543c369379040ebf1ab88559ac9 1.01 MB 1,242 16
745,603 745,603 0000000000000000000605e5aee70316f10f987259429dec9afcf24ba7e29785 0.35 MB 718 21
745,602 745,602 0000000000000000000605ccfc1392f82b6a6fbcafb5f20316cde996259f5a94 0.66 MB 1,132 16
745,601 745,601 00000000000000000004bfedae82f75d7ef094bc23c8e5ffd560d6021c3768eb 0.23 MB 300 13
745,600 745,600 00000000000000000004eeb2216fadc5715e8d8f284962fcd4b0a9e49668041c 1.14 MB 2,100 18
745,599 745,599 00000000000000000002a26fcef4753d33724b9e2b7ff3937f133e86ee3193b7 1.13 MB 1,338 12
745,598 745,598 000000000000000000089d5ab6beb1cdd85dbf55c113c666b47025f63af73dcb 1.54 MB 2,914 22
Previous 10 blocks ↓
Total Size: 769.56 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,649.24 GB sent, 95.74 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.