Memory Pool Memory Pool Refreshing

10,333 transactions
3.14 vMB
Show Random Selection Loading Transactions
Max Size: 19/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
3 sats/vbyte 2
3 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,716 00000000000000000002349e0000000000000000000000000000000000000000 1.00 vMB 4,446 4
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,715 (6,181 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
901,534 901,534 000000000000000000003f3d2070299934d950c74a45fe0ffa0adb399ecf2588 1.31 MB 3,850 29
901,533 901,533 00000000000000000001bc7e937fa424502e4a84fa1feea9936e84019ec45a69 1.58 MB 4,465 4
901,532 901,532 00000000000000000000c35c15ed5dd4693be6d317e1d8c54a7a8080fa9791cb 1.51 MB 3,813 7
901,531 901,531 000000000000000000001cc4ddcb026c674612bcf03d8f6c1e6da173a403e621 1.57 MB 3,093 3
901,530 901,530 000000000000000000022f07b756916fe604c5204370cf65525bfbdf73442b91 1.69 MB 2,515 3
901,529 901,529 00000000000000000001846a9d3ef45d6b494ae19e3ad2d9bbd9d5f2c1b40229 1.52 MB 3,115 7
901,528 901,528 00000000000000000001052307234e9b45956087733f6d62f25b1de3843cab44 1.67 MB 2,756 2
901,527 901,527 00000000000000000000424244f4cc05ce659d674d0980cdad000dd72cbe0d8d 1.59 MB 2,777 1
901,526 901,526 0000000000000000000146409352aaf4533c25a4a202ae65cffb768dff8faeba 1.68 MB 4,326 2
901,525 901,525 00000000000000000000351e156acbf2d0cd63d70226a1ddb941e4e45bf98abe 1.56 MB 2,996 4
901,524 901,524 0000000000000000000113cb7a7a11627d882461ae02f65a4e29836257b7a085 1.54 MB 3,538 5
901,523 901,523 00000000000000000000a46c668ed238537712635129af4a47360e99f4e5f9e2 1.78 MB 4,232 2
901,522 901,522 000000000000000000005573d85c9be0cfbceeee637d67e8ec23958118f8c1b9 1.78 MB 4,787 1
901,521 901,521 000000000000000000008d60033991ef6b083080cf081cc1f17c4617bda07db2 1.70 MB 4,215 3
901,520 901,520 00000000000000000001fd31e9b6a0391088f8e42833d204d22926c84a9f7349 1.71 MB 4,571 1
901,519 901,519 00000000000000000000ae4131cbee1c4d1ebee2cef1597c077f3dbdc5042bb3 1.68 MB 3,751 3
901,518 901,518 00000000000000000000562adc9aebc2c67af58e1d3c814e7da9002e0e26472b 0.20 MB 457 2
901,517 901,517 000000000000000000000bf19e5b20a3bbc8370db699cbeb894ee223d81cb7e6 1.10 MB 1,113 2
901,516 901,516 000000000000000000015432724ad608ba7f6302b0ce24543866a769605b13d9 2.05 MB 1,377 2
901,515 901,515 00000000000000000001c9001d13bd33789d9ddca365393af1e6a037d41b482e 1.37 MB 2,061 2
901,514 901,514 00000000000000000001828e145bfda3ebbab0b0cce676979f79350b22578e2f 0.56 MB 1,006 2
Previous 10 blocks ↓
Total Size: 769.01 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 280000
  • Subversion: /Satoshi:28.0.0/
  • Uptime:
  • Connections: 10 outgoing, 113 incoming
  • Data Transfer: 1,621.44 GB sent, 92.91 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.