Memory Pool Memory Pool Refreshing

655 transactions
0.47 vMB
Show Random Selection Loading Transactions
Max Size: 2/200 MB

Estimated time to get mined based on feerate:

Feerate Blocks Time
1 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
908,543 00000000000000000002349e0000000000000000000000000000000000000000 0.46 vMB 638 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 908,542 (879,583 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
28,959 28,959 0000000041a4a3aab872e50153d1b9c17b23e64c44fe3b6eac95a2876217a3a4 0.00 MB 1 0
28,958 28,958 00000000dc57e726ec2f8e88b1144713601cff41978ba54c75e595e746dc336f 0.00 MB 1 0
28,957 28,957 0000000004ae737c3fec512e01973c76f204ea71ed542c6dcc4776ae4ffa93ee 0.00 MB 1 0
28,956 28,956 00000000ab7933d464158993e85b11a76b9ee1da923d84ca652e7537efc3f9c1 0.00 MB 1 0
28,955 28,955 000000003d779e81ac278d3d6990a1538a45cc30fc472f17e7ca148b8bfffdaa 0.00 MB 1 0
28,954 28,954 000000007fdd5a66dafca145d48046cf2d88b2c99b67ae82e8a2315b0d2ef932 0.00 MB 1 0
28,953 28,953 00000000ee31ece0abd773c17011b0b38d822196b2b13689da6c763c7cd3031b 0.00 MB 1 0
28,952 28,952 000000002073406dd70596252a8bd17bf1bf19967869ea85b6ee80a4401717d5 0.00 MB 1 0
28,951 28,951 000000000e72de1a45a47738101730c84ec7c4e17ab463f326968fead49f0f30 0.00 MB 1 0
28,950 28,950 000000002045d4a15f695f6000d633cd2fc0be782c3f39258dd6a6010b425b23 0.00 MB 1 0
28,949 28,949 000000009ba2f47707aac48724c37448e090211c268aceb26ec09df4c10a417f 0.00 MB 1 0
28,948 28,948 00000000fab710df1dcec0041fd4928e2e412f762fb6fac732671724e949da30 0.00 MB 1 0
28,947 28,947 0000000048d79398343d2f6386acd5584ac01f2dfc614e431716f4e90cbeb7e5 0.00 MB 1 0
28,946 28,946 00000000fae394ae4b2a1bb0235ed7eae23674456154b3d0bbfa02735817845d 0.00 MB 1 0
28,945 28,945 00000000c15259bd4574ab4c9b7abefa4d1707df983184389cc40d70f3d8fa71 0.00 MB 1 0
28,944 28,944 00000000fe3c73b255a60b64c9ca89bb9eb0e34bb52703055aeea82a7bfbaf28 0.00 MB 1 0
28,943 28,943 000000005c11b189de8bef7e9648c6db344aa84b9f5ae81b2d5c2cf48027e661 0.00 MB 1 0
28,942 28,942 000000001fb7e47dcc9945aaa7bacd0f90e77d275ca3185ed6fdab85db416d55 0.00 MB 1 0
28,941 28,941 000000006c38803a757fcf3bfe2166083c842745f631b12b7769a827534cf49e 0.00 MB 1 0
28,940 28,940 00000000ba63231918d63a14cc302d728c5d355446eabb6335a97b4c278dcf49 0.00 MB 1 0
28,939 28,939 00000000a2c431144b3b1fa6d85de1efc8adc7f5a1278ac91ce8da2bd67e2916 0.00 MB 1 0
Previous 10 blocks ↓
Total Size: 770.70 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,842.85 GB sent, 100.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.