Memory Pool Memory Pool Refreshing

845 transactions
0.20 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
907,792 00000000000000000002349e0000000000000000000000000000000000000000 0.19 vMB 810 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,791 (790,083 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,708 117,708 00000000000024badda55c3249516b44dec14f58e795abe47352526aa1ee613d 0.00 MB 11 340
117,707 117,707 000000000000226bc58e3b59f3b9cd6a112c4004922d948cc3f986788c02328c 0.00 MB 13 656
117,706 117,706 000000000000c72206e419f35bcad8d15f5d05722812ff34fff489dcf221ee1a 0.00 MB 10 1,200
117,705 117,705 00000000000059041258bf37c184ac4bcc496a5a4b8feaf383144ec9a5378065 0.01 MB 16 698
117,704 117,704 0000000000000b8b227987040d8795675a0c865e451ff03d34aeb054392ee52a 0.01 MB 12 1,160
117,703 117,703 00000000000039aaa610daa825386fcdf7cc65b7aaa52767031da63f567e2a8f 0.01 MB 3 164
117,702 117,702 00000000000004587520f36eb2efc7ec678e9410e152775c40b425e2969205c3 0.01 MB 6 1,496
117,701 117,701 0000000000004a41a8f8dbd02e814bc43a65cc693c1c4296d71c81a3c4623381 0.00 MB 8 0
117,700 117,700 000000000000c37245ecc27645b7b1918f9b3e8cc2a14697b7c4e8992b71342e 0.01 MB 11 414
117,699 117,699 000000000000b19ac0845a30bb2e71e24316736d5b307547a594b182f3820579 0.00 MB 13 306
117,698 117,698 000000000000c7c4ac618dd792fedc0d39ea0c01d949ac3086c547ef454f2c3f 0.00 MB 18 1,921
117,697 117,697 000000000000252f2d72801d3eb29585ceb3676f1caf171f6cbcd3e23bded932 0.00 MB 5 1,059
117,696 117,696 00000000000022a3564edf6a29340cf5094214f0a1856b201d7d028cce0fe580 0.00 MB 9 0
117,695 117,695 0000000000001790abaf9c5cb7d86c8b78fffafc45c87f08993104ca4e563ccc 0.01 MB 5 178
117,694 117,694 0000000000009c9d3a9130463ad69570a2764ecb8bfe293e0e28f3c02b1a2d7c 0.01 MB 23 865
117,693 117,693 000000000000522a08b6366982176d9c6a96389b7a6b5bce4d1430a59f29c9b6 0.00 MB 11 293
117,692 117,692 000000000000b8567dc74b07efeab7aced30f3fb560c8815ef78411a2f25fc3e 0.01 MB 24 344
117,691 117,691 000000000000699e0a5704c05a758d95d11110aa78ebe4c74ebc3cada295726a 0.01 MB 16 797
117,690 117,690 000000000000bef3b5df490ebdab53bc6a90b153df745008dc09aedce5568246 0.02 MB 25 342
117,689 117,689 0000000000002a90b15b4acfe1313219555023e610e561bccef4faa8aafac266 0.00 MB 5 4,140
117,688 117,688 0000000000007cc0e5ed72475afb16da705d2e499294311885570d168975c840 0.00 MB 12 1,372
Previous 10 blocks ↓
Total Size: 769.15 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,632.60 GB sent, 93.62 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.