Memory Pool Memory Pool Refreshing

57,782 transactions
37.20 vMB
Show Random Selection Loading Transactions
Max Size: 200/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 sats/vbyte 3
4 sats/vbyte 6
4 sats/vbyte 12
3 sats/vbyte 144
3 sats/vbyte 432

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Feerate AFR
875,749 0000000000000000000297fa0000000000000000000000000000000000000000 ago 1.00 vMB 3,380 7
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 875,748 (735,603 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
140,145 140,145 0000000000000630586f26cf86991793843d3df6135fca14b0169118563a63cb 0.00 MB 4 89
140,144 140,144 0000000000000418e60f6967dd52eb0409061c8774f39eddae0060c5653164f5 0.00 MB 9 629
140,143 140,143 00000000000005cb07740823bb5cd21e760cfd533cb6e9168240b39bcc53cf93 0.00 MB 12 18
140,142 140,142 00000000000005d6892f011a3dd93d4ff40a8dacedb4da0e999a9f1b71ef7da0 0.02 MB 40 152
140,141 140,141 0000000000000686094e8bc6fcd710d6750552c2569d1dee0d1af1c54574ee45 0.04 MB 130 190
140,140 140,140 000000000000048596d2f3d83ca202d26f42f752b4896e552fbd572a0343581e 0.00 MB 8 25
140,139 140,139 00000000000005af972d38506e4633e64b24bb42df94306500c073193e20080d 0.02 MB 32 226
140,138 140,138 000000000000055074d9c6c4755f414f467985093866c07ae76c21935a5f371f 0.00 MB 18 265
140,137 140,137 000000000000027780c08e7ebbfab1bf887e13574f684bca0d4d176aa941963a 0.04 MB 80 79
140,136 140,136 00000000000001f083b49fa66e6687ff9e8c4a112af796c48a8fbb3eca46886c 0.02 MB 42 217
140,135 140,135 00000000000006c2ecda8880ff647f2daafb0e091ce5ead5030b6b60cb6e46c4 0.00 MB 10 698
140,134 140,134 0000000000000679c77e0cebdeca6779e7452faa7444827283327e6f442b9f66 0.02 MB 66 69
140,133 140,133 00000000000001043593f7fb493c38830da8dd96235e452a7869aaf01e28ece6 0.05 MB 125 114
140,132 140,132 00000000000007d6fe0ee0a63859f7b51e809bf6d7b1c39fd8f51253b3b3de19 0.05 MB 116 264
140,131 140,131 000000000000006c8d65b1da6805886376dc1323369d343cb0667462ab98cae3 0.03 MB 69 176
140,130 140,130 00000000000001f3deaa0fde7eb0923ffb3148b689b666ee3e1d607079695cc4 0.05 MB 122 341
140,129 140,129 000000000000066f0e6eaac4610a6ae1b2b545c8571fa3d3bc6f46f067c54118 0.05 MB 98 171
140,128 140,128 000000000000059cc4a3869035043a19e5de4856943775dbed829e7f044a20af 0.03 MB 32 357
140,127 140,127 000000000000046c137f37969d8394775cd8ce30bae666bbf84565df2c99e847 0.02 MB 45 247
140,126 140,126 0000000000000001b09ecf7490f605868820c5a403a8a6a25b59e92602af501d 0.01 MB 23 124
140,125 140,125 0000000000000247eea0eb24004900e7f2fb268701085b77d6f7bf688af44883 0.03 MB 61 177
Previous 10 blocks ↓
Total Size: 710.02 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: 631.77 GB sent, 12.49 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.