Memory Pool Memory Pool Refreshing

35,406 transactions
30.79 vMB
Show Random Selection Loading Transactions
Max Size: 188/200 MB

Candidate Block Candidate Block Refreshing

Height Target Expected Size Txs Avg Fee Rate AFR
862,207 00000000000000000003098c0000000000000000000000000000000000000000 1.00 vMB 7,041 2
Show Transactions Loading Transactions

Blockchain Blockchain Refreshing

Tip: 862,206 (14,494 blocks away) ⇈
Next 10 blocks ↑
Height Block Hash Time (UTC) Size Txs Avg Fee Rate AFR
847,712 847,712 000000000000000000003515481016c7caac91b342299abf377b6e3f76f85344 1.44 MB 6,726 36
847,711 847,711 00000000000000000002d09ae63c6ca05ef0663fa73aae295ed62ada47cc6656 1.53 MB 5,836 39
847,710 847,710 00000000000000000000f23d36ade7a8c4c54593ca5073ae3cd34105fc26429e 1.52 MB 5,315 29
847,709 847,709 00000000000000000000acb30377e73b8316f234bacf41d43bc72275fdbd3f96 1.42 MB 6,725 35
847,708 847,708 0000000000000000000055668ae7e637e0589109a16f6a6d62c13b22a1e603a9 1.50 MB 6,305 33
847,707 847,707 0000000000000000000202556ed9faac6192fd9a8a1f0691886acf6247cc0051 1.74 MB 4,431 30
847,706 847,706 00000000000000000003537ceb3b05b41f2429a17a9fd516dd961f47e77c3600 1.56 MB 5,068 26
847,705 847,705 00000000000000000000e805d1202fa21cc6aa4e7c18b845d0e1c89a983a0a16 1.59 MB 2,944 33
847,704 847,704 0000000000000000000029031270fee1c9bf6f20a4a184ba8ac3c44a544bafd9 1.55 MB 5,228 26
847,703 847,703 00000000000000000002511800f90e67b5c6fd63ab291dc27ea85ac21bb02769 1.49 MB 2,672 35
847,702 847,702 000000000000000000018ccd140f15fde2c8d14ac6101f40b6deb709286c7cf4 1.63 MB 2,603 24
847,701 847,701 000000000000000000019efbb705e526d63660b4a420b0fe48ec81a22e2a2261 1.42 MB 2,842 31
847,700 847,700 00000000000000000003557e8e4d69fdf1b557975a998fe098bab25a6e515e47 1.85 MB 2,675 37
847,699 847,699 00000000000000000000bdc171213bc3366968e7ae4bc033634b5d58014efdb1 1.67 MB 2,051 27
847,698 847,698 0000000000000000000306c443a454e44e2e976687ee7ddb6bda38537650452f 2.20 MB 2,082 32
847,697 847,697 00000000000000000002a6255a65af76bf89d2e77544d2081597b033599469f9 1.49 MB 3,849 36
847,696 847,696 00000000000000000000d194ec2645f8c1c4ccc5972aad7a3a1c3853516e23a6 1.56 MB 4,583 46
847,695 847,695 00000000000000000002e3431bc545efc9c2d83fd30600addd560081b8790983 1.45 MB 6,533 54
847,694 847,694 000000000000000000027576cede36f0d84fc704d9cbaa6f706d8f95d32fc737 1.44 MB 5,910 56
847,693 847,693 00000000000000000001021bb7e6d15584d32c4569635ab85987f1324edce2ea 1.44 MB 6,651 36
847,692 847,692 0000000000000000000159486db20dfcf143a704a1c53f427fa958d23ee4e1a7 1.45 MB 5,327 41
Previous 10 blocks ↓
Total Size: 684.56 GB

Node Information

  • IP: 162.120.69.182
  • Port: 8333
  • Version: 270000
  • Subversion: /Satoshi:27.0.0/
  • Uptime:
  • Connections: 10 outgoing, 114 incoming
  • Data Transfer: 1,356.14 GB sent, 101.82 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.