Memory Pool Memory Pool Refreshing

3,690 transactions
1.63 vMB
Show Random Selection Loading Transactions
Max Size: 9/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
907,782 00000000000000000002349e0000000000000000000000000000000000000000 ago 1.00 vMB 2,976 3
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,781 (161,286 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
746,495 746,495 000000000000000000000b64d16422fbfd4d41b8b112c82d37148d43e2dbed41 1.61 MB 2,497 12
746,494 746,494 00000000000000000004b3483eb16287c87733877d9e07a702878b0be9463b0a 1.60 MB 2,130 6
746,493 746,493 000000000000000000010686270b4158cea7cc970eff66153e0ee0a173d68d32 1.73 MB 3,333 9
746,492 746,492 000000000000000000037aa5208ebbc3b1e5735e9c315c32001c5dc3dbf10415 1.46 MB 2,492 26
746,491 746,491 00000000000000000004222dc0b36bfa417c118ef05e63624a7716cb38e09512 1.57 MB 2,476 7
746,490 746,490 00000000000000000009564b5a4ef338a34b20ef58b30a3d7fa6c45f625b8871 1.07 MB 243 6
746,489 746,489 00000000000000000007680549b6c9e608be104ad813f078aa02a1f9945c3a7e 1.33 MB 2,242 14
746,488 746,488 00000000000000000004e8f9e0ff38f9971f92db00bee01f74fb9e32b5b775f1 1.65 MB 2,346 8
746,487 746,487 000000000000000000080c6df61307c18abbdb77edd9ccb2e5e222a1ab3b522d 1.73 MB 1,563 10
746,486 746,486 00000000000000000008e843fcfee1f6f24bd8ad86a81a7109fbce992bcaf093 1.44 MB 3,183 17
746,485 746,485 0000000000000000000916406d76e552ab6516e0ac70e90407b3a1d07306261b 0.66 MB 889 6
746,484 746,484 00000000000000000008f711748da67c1627d5a712433de1821fcce558d6fd1b 1.68 MB 1,556 3
746,483 746,483 0000000000000000000756540fcb30d43fd4fe36da5fb7533f0146c7f954fd12 1.52 MB 2,029 4
746,482 746,482 00000000000000000005ba0c4489fdd9dd8e044ab5994b5d52cdeada44834c84 1.56 MB 2,652 24
746,481 746,481 0000000000000000000730b8c0d733ea0efb51217c5721f2236b1c17049a6603 1.51 MB 2,857 8
746,480 746,480 00000000000000000009b0050f05def938c4acdbd79006e70e46791f890915b6 1.59 MB 3,011 18
746,479 746,479 0000000000000000000738e9ec024a8ce084188c7c85fe37f0461c3f815898a0 1.44 MB 1,051 4
746,478 746,478 00000000000000000007a25eaccabc29b6ff2991cdd04272c1e60b82c4154a9f 1.31 MB 2,011 6
746,477 746,477 000000000000000000092b6564fe0a2dc72b335fadc33327a1a2ddc229c5b083 1.48 MB 2,986 14
746,476 746,476 00000000000000000005b3b47d5f7555e0e70477f9feb4164ce4a829596feb6a 1.39 MB 2,434 24
746,475 746,475 000000000000000000047c4b00292c1b137f564ac030b6aa93f9babf5c03c480 1.61 MB 2,993 11
Previous 10 blocks ↓
Total Size: 769.13 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,631.14 GB sent, 93.54 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.