Memory Pool Memory Pool Refreshing

2,530 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
3 sats/vbyte 2
2 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,875 00000000000000000002349e0000000000000000000000000000000000000000 ago 0.73 vMB 2,514 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,874 (784,354 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
123,520 123,520 0000000000002cf6af3d836a3b808251850782d9730a78875d9d135769cb03f6 0.00 MB 11 618
123,519 123,519 0000000000000404da81c0804b29c4065f3fa9ea024f5d5d4977102656614c13 0.04 MB 146 25
123,518 123,518 0000000000000cf2d990f462767edb6cbb1716290e5203bff1ca77403b56f405 0.01 MB 40 1,206
123,517 123,517 00000000000044d196c67ee303c712370f8cb5f90b743cd15bad7f1206f52fc8 0.05 MB 119 22
123,516 123,516 0000000000004f7db2943f603d05bafe2aad2e6f74ff25f3b5fe6dcfa83ffafc 0.05 MB 90 8
123,515 123,515 0000000000005addb89d238493a6f93d6180e8b1170edd29ca29ec1849e68b29 0.01 MB 18 1,767
123,514 123,514 0000000000001af9815f096ac66eef57b542208bb498d7909c4c0d4d2cf85836 0.00 MB 17 222
123,513 123,513 0000000000003598fdd14c53732b562572869b9bb948b9a05a92259001768ddc 0.00 MB 10 612
123,512 123,512 0000000000000cd4892e68d5103b30330b3f7e90a2873458626a5d0d6932970e 0.00 MB 7 1,059
123,511 123,511 00000000000003650dd02d9666be2c93879de9faa14b27fd64e0aaa33fd59835 0.01 MB 31 538
123,510 123,510 00000000000026f17f5310d3fa6967672b4396352d47276f4163ea8aa0e14a23 0.04 MB 117 1,121
123,509 123,509 000000000000476e9cf9f9ed031e7c75f2b261fa5fe9c7563b6282f511685445 0.00 MB 13 308
123,508 123,508 000000000000047c8db27d3d2f490dd90512ffdcbf266268b5cd3401fd662099 0.00 MB 1 0
123,507 123,507 00000000000031784e854f5911b7a4b23f3c755c05ded5b79f204d6542632d2a 0.00 MB 6 659
123,506 123,506 0000000000006168f72c1e547f2f6442391e5827c6d819aa79a572f0e7f5721c 0.02 MB 51 943
123,505 123,505 0000000000004b5fe68d8f02144bbbf9f36925d2410e1ab7ead147f13eb896db 0.00 MB 3 2,869
123,504 123,504 00000000000054b0dc0eaa65f15ccd9e909c6b3655cc1a457c73b59e7eac1dc2 0.00 MB 9 307
123,503 123,503 000000000000116d9cfadf244a9413e070782234571855eca5de9cf375dc9bc0 0.00 MB 9 0
123,502 123,502 00000000000060687737525dcec50fec2211d89d91bc6b9f8214fb5080b8ec9a 0.00 MB 11 0
123,501 123,501 000000000000279affe19851b3941187a380eb20e576a44ac74f98427307364a 0.00 MB 1 0
123,500 123,500 0000000000006987b20d356c45d93dcf1c559d3013df28b251e3790e6cb279cd 0.02 MB 47 1,166
Previous 10 blocks ↓
Total Size: 769.31 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,642.75 GB sent, 94.47 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.