Memory Pool Memory Pool Refreshing

9,942 transactions
4.57 vMB
Show Random Selection Loading Transactions
Max Size: 24/200 MB

Estimated time to get mined based on feerate:

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

Blockchain Blockchain Refreshing

Tip: 907,725 (755,770 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Feerate AFR
151,955 151,955 0000000000000adb53277a2d0d44cec413f956270e3655f06674d31120a333bf 0.03 MB 94 54
151,954 151,954 0000000000000346f6b6274a5db0fff1b9dd3fdc5fc115656b751aa3e1e4f0a2 0.02 MB 66 66
151,953 151,953 0000000000000d2495bd4a1e6191c319a7d14110accde600a804077c49ddd9d9 0.01 MB 17 744
151,952 151,952 00000000000000cc6fafd8cf72dbaa017fb94dbed9912aa8f35ae8c67acbb3a7 0.00 MB 10 437
151,951 151,951 00000000000004d9e9cdc48c06ab06758819e4116d559e43104f33695e1a68ca 0.01 MB 21 263
151,950 151,950 0000000000000a2214096909c28c435c65f59f79f862eed4ca59dc0e13d82bbc 0.00 MB 4 89
151,949 151,949 00000000000001d5618923292692ed345b2f64734714dbbcf64fab077d880444 0.00 MB 3 0
151,948 151,948 0000000000000a09c86d28e13d03703a961a2b224c59cc79883e178a90f8f73d 0.01 MB 22 100
151,947 151,947 0000000000000c6a3a3cfe6c21dc6ea72f182ce289ece6e7e70356425a734271 0.01 MB 48 40
151,946 151,946 00000000000003905d7760feee77ba3fd701d4e70e5209cadee5051745e6afa4 0.01 MB 18 382
151,945 151,945 0000000000000dc3ec8cadd1edf04088dbac20db319af2d39732ce6221e81738 0.03 MB 89 135
151,944 151,944 000000000000051b438e5ce2426338d4e33d66e4736c535c406afc631f6651c1 0.00 MB 5 0
151,943 151,943 0000000000000b20139e862aa8bcdea57d2a46e5f2c169957108f4194feeaed8 0.01 MB 27 363
151,942 151,942 0000000000000cc26f8908dd6a69a15bd1b3ece127c2d8663fd379a4ca705504 0.01 MB 16 750
151,941 151,941 00000000000005a41d0e5e58400756cb647a20f2982fcc12c78cf35b2696478f 0.00 MB 7 551
151,940 151,940 000000000000065f6a41b3379f0d4d5caefdf47d7d25f328ea628779f8e2e9ba 0.00 MB 7 469
151,939 151,939 000000000000005c1a611d11fc4a0d9117abc9f114f58f7d39190d12ddb8010e 0.03 MB 98 86
151,938 151,938 000000000000084c9816b7856001fc8a302770e9c2914ea195f9c090d7f4a56a 0.02 MB 61 115
151,937 151,937 000000000000087fcebb2b64e1f8a02a7af395d0ad47812a95a2ba8706344e26 0.00 MB 9 1,157
151,936 151,936 0000000000000586a6c6b47a949205589b41dfa36b0a337d456953eeeb57aa39 0.01 MB 19 25
151,935 151,935 0000000000000a3a7ae15cfb439250e96b67dd27c34e60bae78b99d5d32b6c85 0.00 MB 6 382
Previous 10 blocks ↓
Total Size: 769.03 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,625.67 GB sent, 93.04 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.