Memory Pool Memory Pool Refreshing

2,382 transactions
0.73 vMB
Show Random Selection Loading Transactions
Max Size: 4/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 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,781 00000000000000000002349e0000000000000000000000000000000000000000 0.71 vMB 2,363 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,780 (69,281 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
838,499 838,499 000000000000000000013862ce4a5391d73f7bffc2c5708fd35de37d762320b2 1.67 MB 3,643 32
838,498 838,498 00000000000000000000acdde2146ae9708dd3c911ca10039c54535cab33ad2e 1.77 MB 4,094 42
838,497 838,497 000000000000000000015c7c620f9d2e52ea764c7b3b89b761614646c51fdd98 1.74 MB 4,225 51
838,496 838,496 00000000000000000002f82d93472f86fa4e8dde9dde6b2361100b0ded6dbcff 1.69 MB 3,931 47
838,495 838,495 00000000000000000001f116e8eb24e4907197df0cddd432cfdc7825da3e7e22 1.78 MB 4,168 54
838,494 838,494 00000000000000000002d7f5dfb9063c3fb77c120246fd2218a0978e0cdf06d6 1.68 MB 3,958 56
838,493 838,493 00000000000000000002d856294d76071064407ad541f8215869699b6745e862 1.67 MB 4,214 68
838,492 838,492 0000000000000000000315c802a4e7cd4b3710a90c2a650b936bb8e2cfae349e 1.67 MB 4,270 63
838,491 838,491 00000000000000000000756b1c33ae71c83939e44ed52eed3cb96f49a71de130 1.63 MB 3,962 59
838,490 838,490 0000000000000000000130458bbc3a2ee5a318f5c50a35cebb80090dcc5c2723 1.58 MB 3,803 68
838,489 838,489 00000000000000000001a5367c55059afc29a9013e4931256c73e05918c8b085 1.65 MB 2,982 33
838,488 838,488 00000000000000000001450c4f67bf8ffd0fe3db417ec76049c53a368d6df0e6 1.59 MB 3,638 53
838,487 838,487 00000000000000000001ad55a7ff938901faa5807f514a4ed73983d81ac2d0da 1.75 MB 3,131 19
838,486 838,486 000000000000000000005ac15a0e78fc8654db449e2486a37148f4e72d57f235 1.66 MB 3,455 26
838,485 838,485 000000000000000000030bc8aeffc986a1bcb45314af973cab5c7fec6330fdb9 1.68 MB 3,892 38
838,484 838,484 00000000000000000002189a11dee072515e0035acb4faadf031fbfcd38cec43 1.71 MB 4,140 32
838,483 838,483 000000000000000000001c446987ae31383c4796b83bbdaf08638f50cae5a46f 1.64 MB 3,672 42
838,482 838,482 000000000000000000007ad214ddfb89b34e28381bb39f669c59f001b22b111d 1.82 MB 4,792 45
838,481 838,481 00000000000000000002f62ea0d1626eee48acc1281d4bdb307b463c9316d21d 1.64 MB 3,507 59
838,480 838,480 00000000000000000002edcb209c0895dc9c1051bc310f4ad8c252f3a9e59355 1.81 MB 4,936 55
838,479 838,479 00000000000000000000fff22b26868ef57619221260052b5887e73328857a95 1.62 MB 4,022 76
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,630.76 GB sent, 93.53 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.