Memory Pool Memory Pool Refreshing

2,818 transactions
0.82 vMB
Show Random Selection Loading Transactions
Max Size: 5/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
2 sats/vbyte 2
2 sats/vbyte 3
2 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,712 00000000000000000002349e0000000000000000000000000000000000000000 0.81 vMB 2,786 1
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,711 (790,155 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
117,556 117,556 0000000000007705087e6f06d5361e614c3b29b7690f1003053f4b01bcffb115 0.01 MB 17 1,186
117,555 117,555 000000000000c560de5d0bd38cd5312730179e290c784700760e10bbefc130e4 0.00 MB 11 591
117,554 117,554 000000000000a114b50d2f442b222c7ce655c4a24b6417f164955d9909ae3d52 0.00 MB 12 1,232
117,553 117,553 000000000000791307f813b244df7fa4853d66bd0693a53637cb86dd15e37707 0.01 MB 17 1,394
117,552 117,552 000000000000c652847ac825cd9c6d7f7597777f10ba5d96d5f42d24b65f6369 0.00 MB 13 578
117,551 117,551 00000000000030955833f2bc7e61aa8541e502039292dde577656a544bb9ba7c 0.00 MB 2 0
117,550 117,550 00000000000032d988280de054946e854b75d11ff3a679c0cbaab845bae47b40 0.00 MB 6 1,689
117,549 117,549 000000000000a1fa5d6ae9fd4781be5f63a6538f125a7f99261faf871ec2873b 0.00 MB 8 969
117,548 117,548 000000000000c76d7b18a69ad911e4d6bc030b7bc46d3c791f56667f38e30bdf 0.00 MB 1 0
117,547 117,547 00000000000087a7fd62c4315341eed513baee421ab851ab8ae23ab6e1800d38 0.01 MB 14 571
117,546 117,546 0000000000005452b2bfd2b0e28b4974dcd69f092c9226a93978b42e067ad05d 0.00 MB 10 1,743
117,545 117,545 00000000000044361fffd70cd779f6086244a0f6cc3bb746b07ba051dfa00463 0.00 MB 10 397
117,544 117,544 0000000000004b1c7fdf2157fcf22ae6c300b2b13b7e1b052de208a998dee96d 0.00 MB 16 252
117,543 117,543 0000000000004705a48688c8169affd564b68e4a23cf6b546249d59875a73d89 0.00 MB 11 0
117,542 117,542 0000000000002f1520ce4ea68b2b307dc0431c9071df63202ab19fef79544402 0.01 MB 21 500
117,541 117,541 00000000000084dd4dd75ff9b8d33546b55cb5109cae6d91f3103d02cc66cd45 0.00 MB 9 2,945
117,540 117,540 0000000000002d07fb85f70dbb195f94213dccc400f1e1b5081c0295247e1c45 0.00 MB 9 341
117,539 117,539 00000000000037ada05e1058bebd7980b1b78ccda56de820fa15a884602d972a 0.00 MB 5 1,057
117,538 117,538 000000000000b0190d905c2fd72303b8234eb603047ff10d0e0b8ffa9faa5840 0.00 MB 7 1,306
117,537 117,537 0000000000004e8f611a87e7c3498da7fbc164badc5b18a9e9e640662af3ffaf 0.00 MB 7 553
117,536 117,536 0000000000001cbd5a4642624a359e5443c08cefb8112f06bb6a3e2cff139c29 0.00 MB 10 569
Previous 10 blocks ↓
Total Size: 769.00 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,616.90 GB sent, 92.84 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.