Memory Pool Memory Pool Refreshing

534 transactions
0.25 vMB
Show Random Selection Loading Transactions
Max Size: 1/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
4 sats/vbyte 2
4 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,757 00000000000000000002349e0000000000000000000000000000000000000000 0.25 vMB 528 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 907,756 (473,873 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
433,883 433,883 0000000000000000019a10a65c2ff244ccc1a28c48e36664aa9c7e1cdb35e857 0.99 MB 1,504 26
433,882 433,882 0000000000000000035d9d9879a9bd4492ea393ae9af2e65cf2ad92ad69ca1c1 0.56 MB 1,131 60
433,881 433,881 000000000000000000286478d6c587a3fe329beb3c824913c89a63509e964f79 0.56 MB 505 32
433,880 433,880 0000000000000000034cf1d5845c4189da9b654e2762185ac607a2512335172c 1.00 MB 1,692 31
433,879 433,879 0000000000000000022aec90044f360fbe64054dc6327c2037f66385ec90eb68 1.00 MB 1,591 50
433,878 433,878 000000000000000004249218759a96ba624d01a2db61cf10b5d8604f97e6d095 1.00 MB 2,538 54
433,877 433,877 00000000000000000293dfa363d8652d6672155cda197fa7a992dbfbff641e60 1.00 MB 2,466 78
433,876 433,876 000000000000000002a08a835d8a192849e190737190de1b33bacac2378b8813 1.00 MB 2,553 79
433,875 433,875 00000000000000000101af9e6f9fcb5eb2628731b122ea9ebda16911d06cdbd0 1.00 MB 2,593 75
433,874 433,874 000000000000000001bb2df7fd58ff48189f90ed9f276f954a1b5877df8502b5 1.00 MB 1,063 29
433,873 433,873 0000000000000000027111d183dbcc5f8bda822d9b8f5514e105fbac4090a7ff 1.00 MB 1,654 42
433,872 433,872 000000000000000000d4c287e13ad663f9315b0a35e06c2c78a1e72a47efac0b 1.00 MB 2,117 60
433,871 433,871 00000000000000000172d59da02b0aa8953b9c6fbe9af2286a98d308e20d3076 1.00 MB 2,175 58
433,870 433,870 0000000000000000027954bc19b9d1bb27180a8c7aab66aa77cc39988a584998 1.00 MB 2,555 91
433,869 433,869 0000000000000000023507155fc1e4f5b677ab116cdbfc461287cb227febb0c6 0.64 MB 1,251 53
433,868 433,868 000000000000000002a9c03449f1d5310e7d564b26b628e8fdb2f8e9df79eb7a 1.00 MB 2,008 56
433,867 433,867 000000000000000002e43bbe8fb22525a53528744beb36451cce9eeb1e18a51c 1.00 MB 1,638 43
433,866 433,866 00000000000000000358ab92e7d8807c450ad14e45ec2864282c9de2bc75c702 1.00 MB 2,041 52
433,865 433,865 00000000000000000320df779c35f55da10bd2de042e4d83133cecd273c55b18 1.00 MB 2,585 80
433,864 433,864 0000000000000000022634aff1bb6d33e453c6c70a66949dd0a482fe86238103 1.00 MB 2,496 74
433,863 433,863 00000000000000000224e9aa295ef35ba3af0958e4a48117c666a2d13c90b837 1.00 MB 1,886 52
Previous 10 blocks ↓
Total Size: 769.09 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,628.31 GB sent, 93.34 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.